Shades of White Ice #CCFFE5
Tints of White Ice #CCFFE5
RGB
CMYK
RGB Variations
Color information
#CCFFE5 (or 0xCCFFE5) is known color: White Ice. HEX triplet: CC, FF and E5. RGB value is (204,255,229). Sum of RGB (Red+Green+Blue) = 204+255+229=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 229 (89.84% from 255 or 33.28% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFE5 is #33001A. Grayscale: #ECECEC. Windows color (decimal): -3342363 or 15073228. OLE color: 15073228.
HSL color Cylindrical-coordinate representation of color #CCFFE5: hue angle of 149.41º 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 #CCFFE5 is Cyan = 0.2, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 229 | - |
| CMYK | 0.2 | 0 | 0.10 | 0 |
| HSL | 149.41º | 1% | 0.9% | - |
| HSV(B) | 149.41º | 0.2% | 1% | - |
| XYZ | 74.8 | 90.01 | 87.56 | - |
| YUV | 236.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 229 | 0.2 | 0 | 0.10 | 0 | 149.41 | 1 | 0.9 |
| Hex | CC | FF | E5 | 14 | 0 | A | 0 | 95 | 64 | 5A |
| Octal | 314 | 377 | 345 | 24 | 0 | 12 | 0 | 225 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11100101 | 10100 | 0 | 1010 | 0 | 10010101 | 1100100 | 1011010 |
Color Harmonies of #CCFFE5
Complementary color
Monochromatic Colors of #CCFFE5
Black with #CCFFE5
Text Example
Text Example
White with #CCFFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFE5; }
p { color: rgb(204,255,229); }
H1.HeaderClassName
{
color: #CCFFE5;
}
.AnyTagClassName
{
color: #CCFFE5;
}
</style>
background-color css
<style>
a { background-color: #CCFFE5; }
a { background-color: rgb(204,255,229); }
div.DivClassName
{
background-color: #CCFFE5;
}
.BgClassName
{
background-color: #CCFFE5;
}
</style>
border-color css
<style>
span { border-color: #CCFFE5; }
span { border-color: rgb(204,255,229); }
td.TdClassName
{
border-color: #CCFFE5;
}
.TagClassName
{
border-color: #CCFFE5;
}
</style>