Shades of White Ice #CCF7DC
Tints of White Ice #CCF7DC
RGB
CMYK
RGB Variations
Color information
#CCF7DC (or 0xCCF7DC) is known color: White Ice. HEX triplet: CC, F7 and DC. RGB value is (204,247,220). Sum of RGB (Red+Green+Blue) = 204+247+220=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7DC is #330823. Grayscale: #E7E7E7. Windows color (decimal): -3344420 or 14481356. OLE color: 14481356.
HSL color Cylindrical-coordinate representation of color #CCF7DC: hue angle of 142.33º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7DC is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 220 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.03 |
| HSL | 142.33º | 0.73% | 0.88% | - |
| HSV(B) | 142.33º | 0.17% | 0.97% | - |
| XYZ | 71.08 | 84.53 | 80.28 | - |
| YUV | 231.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 220 | 0.17 | 0 | 0.11 | 0.03 | 142.33 | 0.73 | 0.88 |
| Hex | CC | F7 | DC | 11 | 0 | B | 3 | 8E | 49 | 58 |
| Octal | 314 | 367 | 334 | 21 | 0 | 13 | 3 | 216 | 111 | 130 |
| Binary | 11001100 | 11110111 | 11011100 | 10001 | 0 | 1011 | 11 | 10001110 | 1001001 | 1011000 |
Color Harmonies of #CCF7DC
Complementary color
Monochromatic Colors of #CCF7DC
Black with #CCF7DC
Text Example
Text Example
White with #CCF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7DC; }
p { color: rgb(204,247,220); }
H1.HeaderClassName
{
color: #CCF7DC;
}
.AnyTagClassName
{
color: #CCF7DC;
}
</style>
background-color css
<style>
a { background-color: #CCF7DC; }
a { background-color: rgb(204,247,220); }
div.DivClassName
{
background-color: #CCF7DC;
}
.BgClassName
{
background-color: #CCF7DC;
}
</style>
border-color css
<style>
span { border-color: #CCF7DC; }
span { border-color: rgb(204,247,220); }
td.TdClassName
{
border-color: #CCF7DC;
}
.TagClassName
{
border-color: #CCF7DC;
}
</style>