Shades of White Ice #CCF0DD
Tints of White Ice #CCF0DD
RGB
CMYK
RGB Variations
Color information
#CCF0DD (or 0xCCF0DD) is known color: White Ice. HEX triplet: CC, F0 and DD. RGB value is (204,240,221). Sum of RGB (Red+Green+Blue) = 204+240+221=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0DD is #330F22. Grayscale: #E3E3E3. Windows color (decimal): -3346211 or 14545100. OLE color: 14545100.
HSL color Cylindrical-coordinate representation of color #CCF0DD: hue angle of 148.33º 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 #CCF0DD is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 240 | 221 | - |
CMYK | 0.15 | 0 | 0.08 | 0.06 |
HSL | 148.33º | 0.55% | 0.87% | - |
HSV(B) | 148.33º | 0.15% | 0.94% | - |
XYZ | 69.11 | 80.38 | 80.28 | - |
YUV | 227.07 | 124.57 | 111.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 240 | 221 | 0.15 | 0 | 0.08 | 0.06 | 148.33 | 0.55 | 0.87 |
Hex | CC | F0 | DD | F | 0 | 8 | 6 | 94 | 37 | 57 |
Octal | 314 | 360 | 335 | 17 | 0 | 10 | 6 | 224 | 67 | 127 |
Binary | 11001100 | 11110000 | 11011101 | 1111 | 0 | 1000 | 110 | 10010100 | 110111 | 1010111 |
Color Harmonies of #CCF0DD
Complementary color
Monochromatic Colors of #CCF0DD
Black with #CCF0DD
Text Example
Text Example
White with #CCF0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0DD; }
p { color: rgb(204,240,221); }
H1.HeaderClassName
{
color: #CCF0DD;
}
.AnyTagClassName
{
color: #CCF0DD;
}
</style>
background-color css
<style>
a { background-color: #CCF0DD; }
a { background-color: rgb(204,240,221); }
div.DivClassName
{
background-color: #CCF0DD;
}
.BgClassName
{
background-color: #CCF0DD;
}
</style>
border-color css
<style>
span { border-color: #CCF0DD; }
span { border-color: rgb(204,240,221); }
td.TdClassName
{
border-color: #CCF0DD;
}
.TagClassName
{
border-color: #CCF0DD;
}
</style>