Shades of White Ice #CCF2DF
Tints of White Ice #CCF2DF
RGB
CMYK
RGB Variations
Color information
#CCF2DF (or 0xCCF2DF) is known color: White Ice. HEX triplet: CC, F2 and DF. RGB value is (204,242,223). Sum of RGB (Red+Green+Blue) = 204+242+223=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 223 (87.5% from 255 or 33.33% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2DF is #330D20. Grayscale: #E4E4E4. Windows color (decimal): -3345697 or 14676684. OLE color: 14676684.
HSL color Cylindrical-coordinate representation of color #CCF2DF: hue angle of 150º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2DF is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 242 | 223 | - |
CMYK | 0.16 | 0 | 0.08 | 0.05 |
HSL | 150º | 0.59% | 0.87% | - |
HSV(B) | 150º | 0.16% | 0.95% | - |
XYZ | 69.97 | 81.67 | 81.89 | - |
YUV | 228.47 | 124.91 | 110.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 223 | 0.16 | 0 | 0.08 | 0.05 | 150 | 0.59 | 0.87 |
Hex | CC | F2 | DF | 10 | 0 | 8 | 5 | 96 | 3B | 57 |
Octal | 314 | 362 | 337 | 20 | 0 | 10 | 5 | 226 | 73 | 127 |
Binary | 11001100 | 11110010 | 11011111 | 10000 | 0 | 1000 | 101 | 10010110 | 111011 | 1010111 |
Color Harmonies of #CCF2DF
Complementary color
Monochromatic Colors of #CCF2DF
Black with #CCF2DF
Text Example
Text Example
White with #CCF2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2DF; }
p { color: rgb(204,242,223); }
H1.HeaderClassName
{
color: #CCF2DF;
}
.AnyTagClassName
{
color: #CCF2DF;
}
</style>
background-color css
<style>
a { background-color: #CCF2DF; }
a { background-color: rgb(204,242,223); }
div.DivClassName
{
background-color: #CCF2DF;
}
.BgClassName
{
background-color: #CCF2DF;
}
</style>
border-color css
<style>
span { border-color: #CCF2DF; }
span { border-color: rgb(204,242,223); }
td.TdClassName
{
border-color: #CCF2DF;
}
.TagClassName
{
border-color: #CCF2DF;
}
</style>