Shades of White Ice #CCF0DC
Tints of White Ice #CCF0DC
RGB
CMYK
RGB Variations
Color information
#CCF0DC (or 0xCCF0DC) is known color: White Ice. HEX triplet: CC, F0 and DC. RGB value is (204,240,220). Sum of RGB (Red+Green+Blue) = 204+240+220=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DC is #330F23. Grayscale: #E2E2E2. Windows color (decimal): -3346212 or 14479564. OLE color: 14479564.
HSL color Cylindrical-coordinate representation of color #CCF0DC: hue angle of 146.67º 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 #CCF0DC is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 220 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.06 |
| HSL | 146.67º | 0.55% | 0.87% | - |
| HSV(B) | 146.67º | 0.15% | 0.94% | - |
| XYZ | 68.98 | 80.32 | 79.58 | - |
| YUV | 226.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 220 | 0.15 | 0 | 0.08 | 0.06 | 146.67 | 0.55 | 0.87 |
| Hex | CC | F0 | DC | F | 0 | 8 | 6 | 93 | 37 | 57 |
| Octal | 314 | 360 | 334 | 17 | 0 | 10 | 6 | 223 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11011100 | 1111 | 0 | 1000 | 110 | 10010011 | 110111 | 1010111 |
Color Harmonies of #CCF0DC
Complementary color
Monochromatic Colors of #CCF0DC
Black with #CCF0DC
Text Example
Text Example
White with #CCF0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0DC; }
p { color: rgb(204,240,220); }
H1.HeaderClassName
{
color: #CCF0DC;
}
.AnyTagClassName
{
color: #CCF0DC;
}
</style>
background-color css
<style>
a { background-color: #CCF0DC; }
a { background-color: rgb(204,240,220); }
div.DivClassName
{
background-color: #CCF0DC;
}
.BgClassName
{
background-color: #CCF0DC;
}
</style>
border-color css
<style>
span { border-color: #CCF0DC; }
span { border-color: rgb(204,240,220); }
td.TdClassName
{
border-color: #CCF0DC;
}
.TagClassName
{
border-color: #CCF0DC;
}
</style>