Shades of White Ice #DCE9E2
Tints of White Ice #DCE9E2
RGB
CMYK
RGB Variations
Color information
#DCE9E2 (or 0xDCE9E2) is known color: White Ice. HEX triplet: DC, E9 and E2. RGB value is (220,233,226). Sum of RGB (Red+Green+Blue) = 220+233+226=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9E2 is #23161D. Grayscale: #E4E4E4. Windows color (decimal): -2299422 or 14871004. OLE color: 14871004.
HSL color Cylindrical-coordinate representation of color #DCE9E2: hue angle of 147.69º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE9E2 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 226 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.09 |
| HSL | 147.69º | 0.23% | 0.89% | - |
| HSV(B) | 147.69º | 0.06% | 0.91% | - |
| XYZ | 72.38 | 78.98 | 83.38 | - |
| YUV | 228.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 226 | 0.06 | 0 | 0.03 | 0.09 | 147.69 | 0.23 | 0.89 |
| Hex | DC | E9 | E2 | 6 | 0 | 3 | 9 | 94 | 17 | 59 |
| Octal | 334 | 351 | 342 | 6 | 0 | 3 | 11 | 224 | 27 | 131 |
| Binary | 11011100 | 11101001 | 11100010 | 110 | 0 | 11 | 1001 | 10010100 | 10111 | 1011001 |
Color Harmonies of #DCE9E2
Complementary color
Monochromatic Colors of #DCE9E2
Black with #DCE9E2
Text Example
Text Example
White with #DCE9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9E2; }
p { color: rgb(220,233,226); }
H1.HeaderClassName
{
color: #DCE9E2;
}
.AnyTagClassName
{
color: #DCE9E2;
}
</style>
background-color css
<style>
a { background-color: #DCE9E2; }
a { background-color: rgb(220,233,226); }
div.DivClassName
{
background-color: #DCE9E2;
}
.BgClassName
{
background-color: #DCE9E2;
}
</style>
border-color css
<style>
span { border-color: #DCE9E2; }
span { border-color: rgb(220,233,226); }
td.TdClassName
{
border-color: #DCE9E2;
}
.TagClassName
{
border-color: #DCE9E2;
}
</style>