Shades of White Ice #CCFEE4
Tints of White Ice #CCFEE4
RGB
CMYK
RGB Variations
Color information
#CCFEE4 (or 0xCCFEE4) is known color: White Ice. HEX triplet: CC, FE and E4. RGB value is (204,254,228). Sum of RGB (Red+Green+Blue) = 204+254+228=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEE4 is #33011B. Grayscale: #ECECEC. Windows color (decimal): -3342620 or 15007436. OLE color: 15007436.
HSL color Cylindrical-coordinate representation of color #CCFEE4: hue angle of 148.8º 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 #CCFEE4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 254 | 228 | - |
CMYK | 0.20 | 0 | 0.10 | 0.00 |
HSL | 148.8º | 0.96% | 0.9% | - |
HSV(B) | 148.8º | 0.2% | 1% | - |
XYZ | 74.35 | 89.32 | 86.72 | - |
YUV | 236.09 | 123.44 | 105.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 254 | 228 | 0.20 | 0 | 0.10 | 0.00 | 148.8 | 0.96 | 0.9 |
Hex | CC | FE | E4 | 14 | 0 | A | 0 | 95 | 60 | 5A |
Octal | 314 | 376 | 344 | 24 | 0 | 12 | 0 | 225 | 140 | 132 |
Binary | 11001100 | 11111110 | 11100100 | 10100 | 0 | 1010 | 0 | 10010101 | 1100000 | 1011010 |
Color Harmonies of #CCFEE4
Complementary color
Monochromatic Colors of #CCFEE4
Black with #CCFEE4
Text Example
Text Example
White with #CCFEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEE4; }
p { color: rgb(204,254,228); }
H1.HeaderClassName
{
color: #CCFEE4;
}
.AnyTagClassName
{
color: #CCFEE4;
}
</style>
background-color css
<style>
a { background-color: #CCFEE4; }
a { background-color: rgb(204,254,228); }
div.DivClassName
{
background-color: #CCFEE4;
}
.BgClassName
{
background-color: #CCFEE4;
}
</style>
border-color css
<style>
span { border-color: #CCFEE4; }
span { border-color: rgb(204,254,228); }
td.TdClassName
{
border-color: #CCFEE4;
}
.TagClassName
{
border-color: #CCFEE4;
}
</style>