Shades of White Ice #CCFEE0
Tints of White Ice #CCFEE0
RGB
CMYK
RGB Variations
Color information
#CCFEE0 (or 0xCCFEE0) is known color: White Ice. HEX triplet: CC, FE and E0. RGB value is (204,254,224). Sum of RGB (Red+Green+Blue) = 204+254+224=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 224 (87.89% from 255 or 32.84% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE0 is #33011F. Grayscale: #EBEBEB. Windows color (decimal): -3342624 or 14745292. OLE color: 14745292.
HSL color Cylindrical-coordinate representation of color #CCFEE0: hue angle of 144º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEE0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 224 | - |
CMYK | 0.20 | 0 | 0.12 | 0.00 |
HSL | 144º | 0.96% | 0.9% | - |
HSV(B) | 144º | 0.2% | 1% | - |
XYZ | 73.8 | 89.1 | 83.83 | - |
YUV | 235.63 | 121.44 | 105.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 224 | 0.20 | 0 | 0.12 | 0.00 | 144 | 0.96 | 0.9 |
Hex | CC | FE | E0 | 14 | 0 | C | 0 | 90 | 60 | 5A |
Octal | 314 | 376 | 340 | 24 | 0 | 14 | 0 | 220 | 140 | 132 |
Binary | 11001100 | 11111110 | 11100000 | 10100 | 0 | 1100 | 0 | 10010000 | 1100000 | 1011010 |
Color Harmonies of #CCFEE0
Complementary color
Monochromatic Colors of #CCFEE0
Black with #CCFEE0
Text Example
Text Example
White with #CCFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEE0; }
p { color: rgb(204,254,224); }
H1.HeaderClassName
{
color: #CCFEE0;
}
.AnyTagClassName
{
color: #CCFEE0;
}
</style>
background-color css
<style>
a { background-color: #CCFEE0; }
a { background-color: rgb(204,254,224); }
div.DivClassName
{
background-color: #CCFEE0;
}
.BgClassName
{
background-color: #CCFEE0;
}
</style>
border-color css
<style>
span { border-color: #CCFEE0; }
span { border-color: rgb(204,254,224); }
td.TdClassName
{
border-color: #CCFEE0;
}
.TagClassName
{
border-color: #CCFEE0;
}
</style>