Shades of White Ice #CCFFE2
Tints of White Ice #CCFFE2
RGB
CMYK
RGB Variations
Color information
#CCFFE2 (or 0xCCFFE2) is known color: White Ice. HEX triplet: CC, FF and E2. RGB value is (204,255,226). Sum of RGB (Red+Green+Blue) = 204+255+226=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFE2 is #33001D. Grayscale: #ECECEC. Windows color (decimal): -3342366 or 14876620. OLE color: 14876620.
HSL color Cylindrical-coordinate representation of color #CCFFE2: hue angle of 145.88º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFE2 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 204 | 255 | 226 | - |
CMYK | 0.2 | 0 | 0.11 | 0 |
HSL | 145.88º | 1% | 0.9% | - |
HSV(B) | 145.88º | 0.2% | 1% | - |
XYZ | 74.39 | 89.85 | 85.37 | - |
YUV | 236.45 | 122.1 | 104.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 255 | 226 | 0.2 | 0 | 0.11 | 0 | 145.88 | 1 | 0.9 |
Hex | CC | FF | E2 | 14 | 0 | B | 0 | 92 | 64 | 5A |
Octal | 314 | 377 | 342 | 24 | 0 | 13 | 0 | 222 | 144 | 132 |
Binary | 11001100 | 11111111 | 11100010 | 10100 | 0 | 1011 | 0 | 10010010 | 1100100 | 1011010 |
Color Harmonies of #CCFFE2
Complementary color
Monochromatic Colors of #CCFFE2
Black with #CCFFE2
Text Example
Text Example
White with #CCFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFE2; }
p { color: rgb(204,255,226); }
H1.HeaderClassName
{
color: #CCFFE2;
}
.AnyTagClassName
{
color: #CCFFE2;
}
</style>
background-color css
<style>
a { background-color: #CCFFE2; }
a { background-color: rgb(204,255,226); }
div.DivClassName
{
background-color: #CCFFE2;
}
.BgClassName
{
background-color: #CCFFE2;
}
</style>
border-color css
<style>
span { border-color: #CCFFE2; }
span { border-color: rgb(204,255,226); }
td.TdClassName
{
border-color: #CCFFE2;
}
.TagClassName
{
border-color: #CCFFE2;
}
</style>