Shades of White Ice #CCF5DD
Tints of White Ice #CCF5DD
RGB
CMYK
RGB Variations
Color information
#CCF5DD (or 0xCCF5DD) is known color: White Ice. HEX triplet: CC, F5 and DD. RGB value is (204,245,221). Sum of RGB (Red+Green+Blue) = 204+245+221=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5DD is #330A22. Grayscale: #E6E6E6. Windows color (decimal): -3344931 or 14546380. OLE color: 14546380.
HSL color Cylindrical-coordinate representation of color #CCF5DD: hue angle of 144.88º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5DD is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
RGB | 204 | 245 | 221 | - |
CMYK | 0.17 | 0 | 0.10 | 0.04 |
HSL | 144.88º | 0.67% | 0.88% | - |
HSV(B) | 144.88º | 0.17% | 0.96% | - |
XYZ | 70.61 | 83.36 | 80.78 | - |
YUV | 230.01 | 122.92 | 109.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 245 | 221 | 0.17 | 0 | 0.10 | 0.04 | 144.88 | 0.67 | 0.88 |
Hex | CC | F5 | DD | 11 | 0 | A | 4 | 91 | 43 | 58 |
Octal | 314 | 365 | 335 | 21 | 0 | 12 | 4 | 221 | 103 | 130 |
Binary | 11001100 | 11110101 | 11011101 | 10001 | 0 | 1010 | 100 | 10010001 | 1000011 | 1011000 |
Color Harmonies of #CCF5DD
Complementary color
Monochromatic Colors of #CCF5DD
Black with #CCF5DD
Text Example
Text Example
White with #CCF5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5DD; }
p { color: rgb(204,245,221); }
H1.HeaderClassName
{
color: #CCF5DD;
}
.AnyTagClassName
{
color: #CCF5DD;
}
</style>
background-color css
<style>
a { background-color: #CCF5DD; }
a { background-color: rgb(204,245,221); }
div.DivClassName
{
background-color: #CCF5DD;
}
.BgClassName
{
background-color: #CCF5DD;
}
</style>
border-color css
<style>
span { border-color: #CCF5DD; }
span { border-color: rgb(204,245,221); }
td.TdClassName
{
border-color: #CCF5DD;
}
.TagClassName
{
border-color: #CCF5DD;
}
</style>