Ice gray color: code #DCDCDC
Ice gray
#DCDCDC
Color codes
- HEX
#DCDCDC - RGB
rgb(220, 220, 220) - HSL
hsl(0, 0%, 86%) - HSV
hsv(0, 0%, 86%) - CMYK
cmyk(0%, 0%, 0%, 14%) - LAB
lab(87.8% 0 0) - OKLCH
oklch(89.5% 0 0)
About the color Ice gray
Ice gray has the HEX code #DCDCDC, which corresponds to rgb(220, 220, 220) in the RGB model. On the color wheel its hue sits at 0°, with 0% saturation and 86% lightness (hsl(0, 0%, 86%)).
With very low saturation (or extreme lightness) it works as a neutral, easy to pair with almost any other color.
As a background it calls for dark text: black reaches a 15.31:1 contrast ratio on it, versus 1.37:1 for white.
For print, the approximate conversion is cmyk(0%, 0%, 0%, 14%). Always confirm with your printer’s color profile, because the result depends on paper and ink.
Lighter tints
Darker shades
Color combinations with Ice gray
Complementary
#DCDCDC · #DBDBDB
Analogous
#DBDBDB · #DCDCDC · #DBDBDB
Triadic
#DCDCDC · #DBDBDB · #DBDBDB
Tetradic
#DCDCDC · #DBDBDB · #DBDBDB · #DBDBDB
Split-complementary
#DCDCDC · #DBDBDB · #DBDBDB
Monochromatic
#9C9C9C · #C2C2C2 · #DCDCDC · #FFFFFF · #FFFFFF
Ice gray with white and black text
How to use it in CSS
:root {
--color-ice-gray: #DCDCDC;
--color-ice-gray-rgb: 220, 220, 220;
}
.elemento {
background-color: var(--color-ice-gray);
color: #000000;
}