Shades of White Ice #CCFCE0
Tints of White Ice #CCFCE0
RGB
CMYK
RGB Variations
Color information
#CCFCE0 (or 0xCCFCE0) is known color: White Ice. HEX triplet: CC, FC and E0. RGB value is (204,252,224). Sum of RGB (Red+Green+Blue) = 204+252+224=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCE0 is #33031F. Grayscale: #EAEAEA. Windows color (decimal): -3343136 or 14744780. OLE color: 14744780.
HSL color Cylindrical-coordinate representation of color #CCFCE0: hue angle of 145º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFCE0 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 224 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.01 |
| HSL | 145º | 0.89% | 0.89% | - |
| HSV(B) | 145º | 0.19% | 0.99% | - |
| XYZ | 73.17 | 87.84 | 83.62 | - |
| YUV | 234.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 224 | 0.19 | 0 | 0.11 | 0.01 | 145 | 0.89 | 0.89 |
| Hex | CC | FC | E0 | 13 | 0 | B | 1 | 91 | 59 | 59 |
| Octal | 314 | 374 | 340 | 23 | 0 | 13 | 1 | 221 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11100000 | 10011 | 0 | 1011 | 1 | 10010001 | 1011001 | 1011001 |
Color Harmonies of #CCFCE0
Complementary color
Monochromatic Colors of #CCFCE0
Black with #CCFCE0
Text Example
Text Example
White with #CCFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCE0; }
p { color: rgb(204,252,224); }
H1.HeaderClassName
{
color: #CCFCE0;
}
.AnyTagClassName
{
color: #CCFCE0;
}
</style>
background-color css
<style>
a { background-color: #CCFCE0; }
a { background-color: rgb(204,252,224); }
div.DivClassName
{
background-color: #CCFCE0;
}
.BgClassName
{
background-color: #CCFCE0;
}
</style>
border-color css
<style>
span { border-color: #CCFCE0; }
span { border-color: rgb(204,252,224); }
td.TdClassName
{
border-color: #CCFCE0;
}
.TagClassName
{
border-color: #CCFCE0;
}
</style>