Shades of White Ice #CCFEE2
Tints of White Ice #CCFEE2
RGB
CMYK
RGB Variations
Color information
#CCFEE2 (or 0xCCFEE2) is known color: White Ice. HEX triplet: CC, FE and E2. RGB value is (204,254,226). Sum of RGB (Red+Green+Blue) = 204+254+226=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE2 is #33011D. Grayscale: #EBEBEB. Windows color (decimal): -3342622 or 14876364. OLE color: 14876364.
HSL color Cylindrical-coordinate representation of color #CCFEE2: hue angle of 146.4º 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 #CCFEE2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 226 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.00 |
| HSL | 146.4º | 0.96% | 0.9% | - |
| HSV(B) | 146.4º | 0.2% | 1% | - |
| XYZ | 74.07 | 89.21 | 85.27 | - |
| YUV | 235.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 226 | 0.20 | 0 | 0.11 | 0.00 | 146.4 | 0.96 | 0.9 |
| Hex | CC | FE | E2 | 14 | 0 | B | 0 | 92 | 60 | 5A |
| Octal | 314 | 376 | 342 | 24 | 0 | 13 | 0 | 222 | 140 | 132 |
| Binary | 11001100 | 11111110 | 11100010 | 10100 | 0 | 1011 | 0 | 10010010 | 1100000 | 1011010 |
Color Harmonies of #CCFEE2
Complementary color
Monochromatic Colors of #CCFEE2
Black with #CCFEE2
Text Example
Text Example
White with #CCFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEE2; }
p { color: rgb(204,254,226); }
H1.HeaderClassName
{
color: #CCFEE2;
}
.AnyTagClassName
{
color: #CCFEE2;
}
</style>
background-color css
<style>
a { background-color: #CCFEE2; }
a { background-color: rgb(204,254,226); }
div.DivClassName
{
background-color: #CCFEE2;
}
.BgClassName
{
background-color: #CCFEE2;
}
</style>
border-color css
<style>
span { border-color: #CCFEE2; }
span { border-color: rgb(204,254,226); }
td.TdClassName
{
border-color: #CCFEE2;
}
.TagClassName
{
border-color: #CCFEE2;
}
</style>