Shades of White Ice #CCEEDC
Tints of White Ice #CCEEDC
RGB
CMYK
RGB Variations
Color information
#CCEEDC (or 0xCCEEDC) is known color: White Ice. HEX triplet: CC, EE and DC. RGB value is (204,238,220). Sum of RGB (Red+Green+Blue) = 204+238+220=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDC is #331123. Grayscale: #E1E1E1. Windows color (decimal): -3346724 or 14479052. OLE color: 14479052.
HSL color Cylindrical-coordinate representation of color #CCEEDC: hue angle of 148.24º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEDC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 220 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.07 |
| HSL | 148.24º | 0.5% | 0.87% | - |
| HSV(B) | 148.24º | 0.14% | 0.93% | - |
| XYZ | 68.39 | 79.15 | 79.38 | - |
| YUV | 225.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 220 | 0.14 | 0 | 0.08 | 0.07 | 148.24 | 0.5 | 0.87 |
| Hex | CC | EE | DC | E | 0 | 8 | 7 | 94 | 32 | 57 |
| Octal | 314 | 356 | 334 | 16 | 0 | 10 | 7 | 224 | 62 | 127 |
| Binary | 11001100 | 11101110 | 11011100 | 1110 | 0 | 1000 | 111 | 10010100 | 110010 | 1010111 |
Color Harmonies of #CCEEDC
Complementary color
Monochromatic Colors of #CCEEDC
Black with #CCEEDC
Text Example
Text Example
White with #CCEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEDC; }
p { color: rgb(204,238,220); }
H1.HeaderClassName
{
color: #CCEEDC;
}
.AnyTagClassName
{
color: #CCEEDC;
}
</style>
background-color css
<style>
a { background-color: #CCEEDC; }
a { background-color: rgb(204,238,220); }
div.DivClassName
{
background-color: #CCEEDC;
}
.BgClassName
{
background-color: #CCEEDC;
}
</style>
border-color css
<style>
span { border-color: #CCEEDC; }
span { border-color: rgb(204,238,220); }
td.TdClassName
{
border-color: #CCEEDC;
}
.TagClassName
{
border-color: #CCEEDC;
}
</style>