Shades of White Ice #CAFEE0
Tints of White Ice #CAFEE0
RGB
CMYK
RGB Variations
Color information
#CAFEE0 (or 0xCAFEE0) is known color: White Ice. HEX triplet: CA, FE and E0. RGB value is (202,254,224). Sum of RGB (Red+Green+Blue) = 202+254+224=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE0 is #35011F. Grayscale: #EBEBEB. Windows color (decimal): -3473696 or 14745290. OLE color: 14745290.
HSL color Cylindrical-coordinate representation of color #CAFEE0: hue angle of 145.38º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEE0 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 224 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.00 |
| HSL | 145.38º | 0.96% | 0.89% | - |
| HSV(B) | 145.38º | 0.2% | 1% | - |
| XYZ | 73.25 | 88.82 | 83.8 | - |
| YUV | 235.03 | 121.77 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 224 | 0.20 | 0 | 0.12 | 0.00 | 145.38 | 0.96 | 0.89 |
| Hex | CA | FE | E0 | 14 | 0 | C | 0 | 91 | 60 | 59 |
| Octal | 312 | 376 | 340 | 24 | 0 | 14 | 0 | 221 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11100000 | 10100 | 0 | 1100 | 0 | 10010001 | 1100000 | 1011001 |
Color Harmonies of #CAFEE0
Complementary color
Monochromatic Colors of #CAFEE0
Black with #CAFEE0
Text Example
Text Example
White with #CAFEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEE0; }
p { color: rgb(202,254,224); }
H1.HeaderClassName
{
color: #CAFEE0;
}
.AnyTagClassName
{
color: #CAFEE0;
}
</style>
background-color css
<style>
a { background-color: #CAFEE0; }
a { background-color: rgb(202,254,224); }
div.DivClassName
{
background-color: #CAFEE0;
}
.BgClassName
{
background-color: #CAFEE0;
}
</style>
border-color css
<style>
span { border-color: #CAFEE0; }
span { border-color: rgb(202,254,224); }
td.TdClassName
{
border-color: #CAFEE0;
}
.TagClassName
{
border-color: #CAFEE0;
}
</style>