Shades of White Ice #CCF0DE
Tints of White Ice #CCF0DE
RGB
CMYK
RGB Variations
Color information
#CCF0DE (or 0xCCF0DE) is known color: White Ice. HEX triplet: CC, F0 and DE. RGB value is (204,240,222). Sum of RGB (Red+Green+Blue) = 204+240+222=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DE is #330F21. Grayscale: #E3E3E3. Windows color (decimal): -3346210 or 14610636. OLE color: 14610636.
HSL color Cylindrical-coordinate representation of color #CCF0DE: hue angle of 150º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0DE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 222 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.06 |
| HSL | 150º | 0.55% | 0.87% | - |
| HSV(B) | 150º | 0.15% | 0.94% | - |
| XYZ | 69.25 | 80.43 | 80.98 | - |
| YUV | 227.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 222 | 0.15 | 0 | 0.08 | 0.06 | 150 | 0.55 | 0.87 |
| Hex | CC | F0 | DE | F | 0 | 8 | 6 | 96 | 37 | 57 |
| Octal | 314 | 360 | 336 | 17 | 0 | 10 | 6 | 226 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11011110 | 1111 | 0 | 1000 | 110 | 10010110 | 110111 | 1010111 |
Color Harmonies of #CCF0DE
Complementary color
Monochromatic Colors of #CCF0DE
Black with #CCF0DE
Text Example
Text Example
White with #CCF0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0DE; }
p { color: rgb(204,240,222); }
H1.HeaderClassName
{
color: #CCF0DE;
}
.AnyTagClassName
{
color: #CCF0DE;
}
</style>
background-color css
<style>
a { background-color: #CCF0DE; }
a { background-color: rgb(204,240,222); }
div.DivClassName
{
background-color: #CCF0DE;
}
.BgClassName
{
background-color: #CCF0DE;
}
</style>
border-color css
<style>
span { border-color: #CCF0DE; }
span { border-color: rgb(204,240,222); }
td.TdClassName
{
border-color: #CCF0DE;
}
.TagClassName
{
border-color: #CCF0DE;
}
</style>