Shades of White Ice #CCFFE4
Tints of White Ice #CCFFE4
RGB
CMYK
RGB Variations
Color information
#CCFFE4 (or 0xCCFFE4) is known color: White Ice. HEX triplet: CC, FF and E4. RGB value is (204,255,228). Sum of RGB (Red+Green+Blue) = 204+255+228=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 228 (89.45% from 255 or 33.19% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFE4 is #33001B. Grayscale: #ECECEC. Windows color (decimal): -3342364 or 15007692. OLE color: 15007692.
HSL color Cylindrical-coordinate representation of color #CCFFE4: hue angle of 148.24º 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 #CCFFE4 is Cyan = 0.2, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 228 | - |
| CMYK | 0.2 | 0 | 0.11 | 0 |
| HSL | 148.24º | 1% | 0.9% | - |
| HSV(B) | 148.24º | 0.2% | 1% | - |
| XYZ | 74.67 | 89.96 | 86.83 | - |
| YUV | 236.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 228 | 0.2 | 0 | 0.11 | 0 | 148.24 | 1 | 0.9 |
| Hex | CC | FF | E4 | 14 | 0 | B | 0 | 94 | 64 | 5A |
| Octal | 314 | 377 | 344 | 24 | 0 | 13 | 0 | 224 | 144 | 132 |
| Binary | 11001100 | 11111111 | 11100100 | 10100 | 0 | 1011 | 0 | 10010100 | 1100100 | 1011010 |
Color Harmonies of #CCFFE4
Complementary color
Monochromatic Colors of #CCFFE4
Black with #CCFFE4
Text Example
Text Example
White with #CCFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFE4; }
p { color: rgb(204,255,228); }
H1.HeaderClassName
{
color: #CCFFE4;
}
.AnyTagClassName
{
color: #CCFFE4;
}
</style>
background-color css
<style>
a { background-color: #CCFFE4; }
a { background-color: rgb(204,255,228); }
div.DivClassName
{
background-color: #CCFFE4;
}
.BgClassName
{
background-color: #CCFFE4;
}
</style>
border-color css
<style>
span { border-color: #CCFFE4; }
span { border-color: rgb(204,255,228); }
td.TdClassName
{
border-color: #CCFFE4;
}
.TagClassName
{
border-color: #CCFFE4;
}
</style>