Shades of White Ice #CCFAE0
Tints of White Ice #CCFAE0
RGB
CMYK
RGB Variations
Color information
#CCFAE0 (or 0xCCFAE0) is known color: White Ice. HEX triplet: CC, FA and E0. RGB value is (204,250,224). Sum of RGB (Red+Green+Blue) = 204+250+224=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 250 (98.05% from 255 or 36.87% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAE0 is #33051F. Grayscale: #E9E9E9. Windows color (decimal): -3343648 or 14744268. OLE color: 14744268.
HSL color Cylindrical-coordinate representation of color #CCFAE0: hue angle of 146.09º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAE0 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 250 | 224 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.02 |
| HSL | 146.09º | 0.82% | 0.89% | - |
| HSV(B) | 146.09º | 0.18% | 0.98% | - |
| XYZ | 72.54 | 86.59 | 83.41 | - |
| YUV | 233.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 250 | 224 | 0.18 | 0 | 0.10 | 0.02 | 146.09 | 0.82 | 0.89 |
| Hex | CC | FA | E0 | 12 | 0 | A | 2 | 92 | 52 | 59 |
| Octal | 314 | 372 | 340 | 22 | 0 | 12 | 2 | 222 | 122 | 131 |
| Binary | 11001100 | 11111010 | 11100000 | 10010 | 0 | 1010 | 10 | 10010010 | 1010010 | 1011001 |
Color Harmonies of #CCFAE0
Complementary color
Monochromatic Colors of #CCFAE0
Black with #CCFAE0
Text Example
Text Example
White with #CCFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFAE0; }
p { color: rgb(204,250,224); }
H1.HeaderClassName
{
color: #CCFAE0;
}
.AnyTagClassName
{
color: #CCFAE0;
}
</style>
background-color css
<style>
a { background-color: #CCFAE0; }
a { background-color: rgb(204,250,224); }
div.DivClassName
{
background-color: #CCFAE0;
}
.BgClassName
{
background-color: #CCFAE0;
}
</style>
border-color css
<style>
span { border-color: #CCFAE0; }
span { border-color: rgb(204,250,224); }
td.TdClassName
{
border-color: #CCFAE0;
}
.TagClassName
{
border-color: #CCFAE0;
}
</style>