Shades of White Ice #CCF7DD
Tints of White Ice #CCF7DD
RGB
CMYK
RGB Variations
Color information
#CCF7DD (or 0xCCF7DD) is known color: White Ice. HEX triplet: CC, F7 and DD. RGB value is (204,247,221). Sum of RGB (Red+Green+Blue) = 204+247+221=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7DD is #330822. Grayscale: #E7E7E7. Windows color (decimal): -3344419 or 14546892. OLE color: 14546892.
HSL color Cylindrical-coordinate representation of color #CCF7DD: hue angle of 143.72º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7DD is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 221 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.03 |
| HSL | 143.72º | 0.73% | 0.88% | - |
| HSV(B) | 143.72º | 0.17% | 0.97% | - |
| XYZ | 71.21 | 84.58 | 80.98 | - |
| YUV | 231.18 | 122.25 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 221 | 0.17 | 0 | 0.11 | 0.03 | 143.72 | 0.73 | 0.88 |
| Hex | CC | F7 | DD | 11 | 0 | B | 3 | 90 | 49 | 58 |
| Octal | 314 | 367 | 335 | 21 | 0 | 13 | 3 | 220 | 111 | 130 |
| Binary | 11001100 | 11110111 | 11011101 | 10001 | 0 | 1011 | 11 | 10010000 | 1001001 | 1011000 |
Color Harmonies of #CCF7DD
Complementary color
Monochromatic Colors of #CCF7DD
Black with #CCF7DD
Text Example
Text Example
White with #CCF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7DD; }
p { color: rgb(204,247,221); }
H1.HeaderClassName
{
color: #CCF7DD;
}
.AnyTagClassName
{
color: #CCF7DD;
}
</style>
background-color css
<style>
a { background-color: #CCF7DD; }
a { background-color: rgb(204,247,221); }
div.DivClassName
{
background-color: #CCF7DD;
}
.BgClassName
{
background-color: #CCF7DD;
}
</style>
border-color css
<style>
span { border-color: #CCF7DD; }
span { border-color: rgb(204,247,221); }
td.TdClassName
{
border-color: #CCF7DD;
}
.TagClassName
{
border-color: #CCF7DD;
}
</style>