Shades of White Ice #CAFEE2
Tints of White Ice #CAFEE2
RGB
CMYK
RGB Variations
Color information
#CAFEE2 (or 0xCAFEE2) is known color: White Ice. HEX triplet: CA, FE and E2. RGB value is (202,254,226). Sum of RGB (Red+Green+Blue) = 202+254+226=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFEE2 is #35011D. Grayscale: #EBEBEB. Windows color (decimal): -3473694 or 14876362. OLE color: 14876362.
HSL color Cylindrical-coordinate representation of color #CAFEE2: hue angle of 147.69º 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 #CAFEE2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 202 | 254 | 226 | - |
CMYK | 0.20 | 0 | 0.11 | 0.00 |
HSL | 147.69º | 0.96% | 0.89% | - |
HSV(B) | 147.69º | 0.2% | 1% | - |
XYZ | 73.53 | 88.93 | 85.24 | - |
YUV | 235.26 | 122.77 | 104.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 254 | 226 | 0.20 | 0 | 0.11 | 0.00 | 147.69 | 0.96 | 0.89 |
Hex | CA | FE | E2 | 14 | 0 | B | 0 | 94 | 60 | 59 |
Octal | 312 | 376 | 342 | 24 | 0 | 13 | 0 | 224 | 140 | 131 |
Binary | 11001010 | 11111110 | 11100010 | 10100 | 0 | 1011 | 0 | 10010100 | 1100000 | 1011001 |
Color Harmonies of #CAFEE2
Complementary color
Monochromatic Colors of #CAFEE2
Black with #CAFEE2
Text Example
Text Example
White with #CAFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEE2; }
p { color: rgb(202,254,226); }
H1.HeaderClassName
{
color: #CAFEE2;
}
.AnyTagClassName
{
color: #CAFEE2;
}
</style>
background-color css
<style>
a { background-color: #CAFEE2; }
a { background-color: rgb(202,254,226); }
div.DivClassName
{
background-color: #CAFEE2;
}
.BgClassName
{
background-color: #CAFEE2;
}
</style>
border-color css
<style>
span { border-color: #CAFEE2; }
span { border-color: rgb(202,254,226); }
td.TdClassName
{
border-color: #CAFEE2;
}
.TagClassName
{
border-color: #CAFEE2;
}
</style>