Shades of White Ice #DCE9E4
Tints of White Ice #DCE9E4
RGB
CMYK
RGB Variations
Color information
#DCE9E4 (or 0xDCE9E4) is known color: White Ice. HEX triplet: DC, E9 and E4. RGB value is (220,233,228). Sum of RGB (Red+Green+Blue) = 220+233+228=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 233 (91.41% from 255 or 34.21% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9E4 is #23161B. Grayscale: #E4E4E4. Windows color (decimal): -2299420 or 15002076. OLE color: 15002076.
HSL color Cylindrical-coordinate representation of color #DCE9E4: hue angle of 156.92º 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 #DCE9E4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 233 | 228 | - |
CMYK | 0.06 | 0 | 0.02 | 0.09 |
HSL | 156.92º | 0.23% | 0.89% | - |
HSV(B) | 156.92º | 0.06% | 0.91% | - |
XYZ | 72.66 | 79.09 | 84.84 | - |
YUV | 228.54 | 127.69 | 121.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 233 | 228 | 0.06 | 0 | 0.02 | 0.09 | 156.92 | 0.23 | 0.89 |
Hex | DC | E9 | E4 | 6 | 0 | 2 | 9 | 9D | 17 | 59 |
Octal | 334 | 351 | 344 | 6 | 0 | 2 | 11 | 235 | 27 | 131 |
Binary | 11011100 | 11101001 | 11100100 | 110 | 0 | 10 | 1001 | 10011101 | 10111 | 1011001 |
Color Harmonies of #DCE9E4
Complementary color
Monochromatic Colors of #DCE9E4
Black with #DCE9E4
Text Example
Text Example
White with #DCE9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9E4; }
p { color: rgb(220,233,228); }
H1.HeaderClassName
{
color: #DCE9E4;
}
.AnyTagClassName
{
color: #DCE9E4;
}
</style>
background-color css
<style>
a { background-color: #DCE9E4; }
a { background-color: rgb(220,233,228); }
div.DivClassName
{
background-color: #DCE9E4;
}
.BgClassName
{
background-color: #DCE9E4;
}
</style>
border-color css
<style>
span { border-color: #DCE9E4; }
span { border-color: rgb(220,233,228); }
td.TdClassName
{
border-color: #DCE9E4;
}
.TagClassName
{
border-color: #DCE9E4;
}
</style>