Shades of White Ice #CCFCE4
Tints of White Ice #CCFCE4
RGB
CMYK
RGB Variations
Color information
#CCFCE4 (or 0xCCFCE4) is known color: White Ice. HEX triplet: CC, FC and E4. RGB value is (204,252,228). Sum of RGB (Red+Green+Blue) = 204+252+228=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCE4 is #33031B. Grayscale: #EAEAEA. Windows color (decimal): -3343132 or 15006924. OLE color: 15006924.
HSL color Cylindrical-coordinate representation of color #CCFCE4: hue angle of 150º 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 #CCFCE4 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 252 | 228 | - |
CMYK | 0.19 | 0 | 0.10 | 0.01 |
HSL | 150º | 0.89% | 0.89% | - |
HSV(B) | 150º | 0.19% | 0.99% | - |
XYZ | 73.72 | 88.06 | 86.51 | - |
YUV | 234.91 | 124.1 | 105.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 252 | 228 | 0.19 | 0 | 0.10 | 0.01 | 150 | 0.89 | 0.89 |
Hex | CC | FC | E4 | 13 | 0 | A | 1 | 96 | 59 | 59 |
Octal | 314 | 374 | 344 | 23 | 0 | 12 | 1 | 226 | 131 | 131 |
Binary | 11001100 | 11111100 | 11100100 | 10011 | 0 | 1010 | 1 | 10010110 | 1011001 | 1011001 |
Color Harmonies of #CCFCE4
Complementary color
Monochromatic Colors of #CCFCE4
Black with #CCFCE4
Text Example
Text Example
White with #CCFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCE4; }
p { color: rgb(204,252,228); }
H1.HeaderClassName
{
color: #CCFCE4;
}
.AnyTagClassName
{
color: #CCFCE4;
}
</style>
background-color css
<style>
a { background-color: #CCFCE4; }
a { background-color: rgb(204,252,228); }
div.DivClassName
{
background-color: #CCFCE4;
}
.BgClassName
{
background-color: #CCFCE4;
}
</style>
border-color css
<style>
span { border-color: #CCFCE4; }
span { border-color: rgb(204,252,228); }
td.TdClassName
{
border-color: #CCFCE4;
}
.TagClassName
{
border-color: #CCFCE4;
}
</style>