Shades of White Ice #CCF8DD
Tints of White Ice #CCF8DD
RGB
CMYK
RGB Variations
Color information
#CCF8DD (or 0xCCF8DD) is known color: White Ice. HEX triplet: CC, F8 and DD. RGB value is (204,248,221). Sum of RGB (Red+Green+Blue) = 204+248+221=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8DD is #330722. Grayscale: #E7E7E7. Windows color (decimal): -3344163 or 14547148. OLE color: 14547148.
HSL color Cylindrical-coordinate representation of color #CCF8DD: hue angle of 143.18º 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 #CCF8DD is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 221 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.03 |
| HSL | 143.18º | 0.76% | 0.89% | - |
| HSV(B) | 143.18º | 0.18% | 0.97% | - |
| XYZ | 71.52 | 85.19 | 81.08 | - |
| YUV | 231.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 221 | 0.18 | 0 | 0.11 | 0.03 | 143.18 | 0.76 | 0.89 |
| Hex | CC | F8 | DD | 12 | 0 | B | 3 | 8F | 4C | 59 |
| Octal | 314 | 370 | 335 | 22 | 0 | 13 | 3 | 217 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11011101 | 10010 | 0 | 1011 | 11 | 10001111 | 1001100 | 1011001 |
Color Harmonies of #CCF8DD
Complementary color
Monochromatic Colors of #CCF8DD
Black with #CCF8DD
Text Example
Text Example
White with #CCF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8DD; }
p { color: rgb(204,248,221); }
H1.HeaderClassName
{
color: #CCF8DD;
}
.AnyTagClassName
{
color: #CCF8DD;
}
</style>
background-color css
<style>
a { background-color: #CCF8DD; }
a { background-color: rgb(204,248,221); }
div.DivClassName
{
background-color: #CCF8DD;
}
.BgClassName
{
background-color: #CCF8DD;
}
</style>
border-color css
<style>
span { border-color: #CCF8DD; }
span { border-color: rgb(204,248,221); }
td.TdClassName
{
border-color: #CCF8DD;
}
.TagClassName
{
border-color: #CCF8DD;
}
</style>