Shades of White Ice #DCEEE6
Tints of White Ice #DCEEE6
RGB
CMYK
RGB Variations
Color information
#DCEEE6 (or 0xDCEEE6) is known color: White Ice. HEX triplet: DC, EE and E6. RGB value is (220,238,230). Sum of RGB (Red+Green+Blue) = 220+238+230=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 238 (93.36% from 255 or 34.59% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEE6 is #231119. Grayscale: #E7E7E7. Windows color (decimal): -2298138 or 15134428. OLE color: 15134428.
HSL color Cylindrical-coordinate representation of color #DCEEE6: hue angle of 153.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEE6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 230 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.07 |
| HSL | 153.33º | 0.35% | 0.9% | - |
| HSV(B) | 153.33º | 0.08% | 0.93% | - |
| XYZ | 74.37 | 82.08 | 86.79 | - |
| YUV | 231.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 230 | 0.08 | 0 | 0.03 | 0.07 | 153.33 | 0.35 | 0.9 |
| Hex | DC | EE | E6 | 8 | 0 | 3 | 7 | 99 | 23 | 5A |
| Octal | 334 | 356 | 346 | 10 | 0 | 3 | 7 | 231 | 43 | 132 |
| Binary | 11011100 | 11101110 | 11100110 | 1000 | 0 | 11 | 111 | 10011001 | 100011 | 1011010 |
Color Harmonies of #DCEEE6
Complementary color
Monochromatic Colors of #DCEEE6
Black with #DCEEE6
Text Example
Text Example
White with #DCEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEE6; }
p { color: rgb(220,238,230); }
H1.HeaderClassName
{
color: #DCEEE6;
}
.AnyTagClassName
{
color: #DCEEE6;
}
</style>
background-color css
<style>
a { background-color: #DCEEE6; }
a { background-color: rgb(220,238,230); }
div.DivClassName
{
background-color: #DCEEE6;
}
.BgClassName
{
background-color: #DCEEE6;
}
</style>
border-color css
<style>
span { border-color: #DCEEE6; }
span { border-color: rgb(220,238,230); }
td.TdClassName
{
border-color: #DCEEE6;
}
.TagClassName
{
border-color: #DCEEE6;
}
</style>