Shades of White Ice #CCF4DC
Tints of White Ice #CCF4DC
RGB
CMYK
RGB Variations
Color information
#CCF4DC (or 0xCCF4DC) is known color: White Ice. HEX triplet: CC, F4 and DC. RGB value is (204,244,220). Sum of RGB (Red+Green+Blue) = 204+244+220=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 244 (95.70% from 255 or 36.53% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4DC is #330B23. Grayscale: #E5E5E5. Windows color (decimal): -3345188 or 14480588. OLE color: 14480588.
HSL color Cylindrical-coordinate representation of color #CCF4DC: hue angle of 144º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4DC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 220 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.04 |
| HSL | 144º | 0.65% | 0.88% | - |
| HSV(B) | 144º | 0.16% | 0.96% | - |
| XYZ | 70.17 | 82.71 | 79.98 | - |
| YUV | 229.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 220 | 0.16 | 0 | 0.10 | 0.04 | 144 | 0.65 | 0.88 |
| Hex | CC | F4 | DC | 10 | 0 | A | 4 | 90 | 41 | 58 |
| Octal | 314 | 364 | 334 | 20 | 0 | 12 | 4 | 220 | 101 | 130 |
| Binary | 11001100 | 11110100 | 11011100 | 10000 | 0 | 1010 | 100 | 10010000 | 1000001 | 1011000 |
Color Harmonies of #CCF4DC
Complementary color
Monochromatic Colors of #CCF4DC
Black with #CCF4DC
Text Example
Text Example
White with #CCF4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF4DC; }
p { color: rgb(204,244,220); }
H1.HeaderClassName
{
color: #CCF4DC;
}
.AnyTagClassName
{
color: #CCF4DC;
}
</style>
background-color css
<style>
a { background-color: #CCF4DC; }
a { background-color: rgb(204,244,220); }
div.DivClassName
{
background-color: #CCF4DC;
}
.BgClassName
{
background-color: #CCF4DC;
}
</style>
border-color css
<style>
span { border-color: #CCF4DC; }
span { border-color: rgb(204,244,220); }
td.TdClassName
{
border-color: #CCF4DC;
}
.TagClassName
{
border-color: #CCF4DC;
}
</style>