Shades of White Ice #CCFCDF
Tints of White Ice #CCFCDF
RGB
CMYK
RGB Variations
Color information
#CCFCDF (or 0xCCFCDF) is known color: White Ice. HEX triplet: CC, FC and DF. RGB value is (204,252,223). Sum of RGB (Red+Green+Blue) = 204+252+223=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCDF is #330320. Grayscale: #EAEAEA. Windows color (decimal): -3343137 or 14679244. OLE color: 14679244.
HSL color Cylindrical-coordinate representation of color #CCFCDF: hue angle of 143.75º 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 #CCFCDF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 223 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.01 |
| HSL | 143.75º | 0.89% | 0.89% | - |
| HSV(B) | 143.75º | 0.19% | 0.99% | - |
| XYZ | 73.03 | 87.79 | 82.91 | - |
| YUV | 234.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 223 | 0.19 | 0 | 0.12 | 0.01 | 143.75 | 0.89 | 0.89 |
| Hex | CC | FC | DF | 13 | 0 | C | 1 | 90 | 59 | 59 |
| Octal | 314 | 374 | 337 | 23 | 0 | 14 | 1 | 220 | 131 | 131 |
| Binary | 11001100 | 11111100 | 11011111 | 10011 | 0 | 1100 | 1 | 10010000 | 1011001 | 1011001 |
Color Harmonies of #CCFCDF
Complementary color
Monochromatic Colors of #CCFCDF
Black with #CCFCDF
Text Example
Text Example
White with #CCFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCDF; }
p { color: rgb(204,252,223); }
H1.HeaderClassName
{
color: #CCFCDF;
}
.AnyTagClassName
{
color: #CCFCDF;
}
</style>
background-color css
<style>
a { background-color: #CCFCDF; }
a { background-color: rgb(204,252,223); }
div.DivClassName
{
background-color: #CCFCDF;
}
.BgClassName
{
background-color: #CCFCDF;
}
</style>
border-color css
<style>
span { border-color: #CCFCDF; }
span { border-color: rgb(204,252,223); }
td.TdClassName
{
border-color: #CCFCDF;
}
.TagClassName
{
border-color: #CCFCDF;
}
</style>