Shades of White Ice #CCF8DE
Tints of White Ice #CCF8DE
RGB
CMYK
RGB Variations
Color information
#CCF8DE (or 0xCCF8DE) is known color: White Ice. HEX triplet: CC, F8 and DE. RGB value is (204,248,222). Sum of RGB (Red+Green+Blue) = 204+248+222=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8DE is #330721. Grayscale: #E7E7E7. Windows color (decimal): -3344162 or 14612684. OLE color: 14612684.
HSL color Cylindrical-coordinate representation of color #CCF8DE: hue angle of 144.55º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8DE is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 222 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.03 |
| HSL | 144.55º | 0.76% | 0.89% | - |
| HSV(B) | 144.55º | 0.18% | 0.97% | - |
| XYZ | 71.65 | 85.25 | 81.78 | - |
| YUV | 231.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 222 | 0.18 | 0 | 0.10 | 0.03 | 144.55 | 0.76 | 0.89 |
| Hex | CC | F8 | DE | 12 | 0 | A | 3 | 91 | 4C | 59 |
| Octal | 314 | 370 | 336 | 22 | 0 | 12 | 3 | 221 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11011110 | 10010 | 0 | 1010 | 11 | 10010001 | 1001100 | 1011001 |
Color Harmonies of #CCF8DE
Complementary color
Monochromatic Colors of #CCF8DE
Black with #CCF8DE
Text Example
Text Example
White with #CCF8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8DE; }
p { color: rgb(204,248,222); }
H1.HeaderClassName
{
color: #CCF8DE;
}
.AnyTagClassName
{
color: #CCF8DE;
}
</style>
background-color css
<style>
a { background-color: #CCF8DE; }
a { background-color: rgb(204,248,222); }
div.DivClassName
{
background-color: #CCF8DE;
}
.BgClassName
{
background-color: #CCF8DE;
}
</style>
border-color css
<style>
span { border-color: #CCF8DE; }
span { border-color: rgb(204,248,222); }
td.TdClassName
{
border-color: #CCF8DE;
}
.TagClassName
{
border-color: #CCF8DE;
}
</style>