Shades of White Ice #CAFBE0
Tints of White Ice #CAFBE0
RGB
CMYK
RGB Variations
Color information
#CAFBE0 (or 0xCAFBE0) is known color: White Ice. HEX triplet: CA, FB and E0. RGB value is (202,251,224). Sum of RGB (Red+Green+Blue) = 202+251+224=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBE0 is #35041F. Grayscale: #E9E9E9. Windows color (decimal): -3474464 or 14744522. OLE color: 14744522.
HSL color Cylindrical-coordinate representation of color #CAFBE0: hue angle of 146.94º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBE0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 224 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.02 |
| HSL | 146.94º | 0.86% | 0.89% | - |
| HSV(B) | 146.94º | 0.2% | 0.98% | - |
| XYZ | 72.31 | 86.93 | 83.49 | - |
| YUV | 233.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 224 | 0.20 | 0 | 0.11 | 0.02 | 146.94 | 0.86 | 0.89 |
| Hex | CA | FB | E0 | 14 | 0 | B | 2 | 93 | 56 | 59 |
| Octal | 312 | 373 | 340 | 24 | 0 | 13 | 2 | 223 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11100000 | 10100 | 0 | 1011 | 10 | 10010011 | 1010110 | 1011001 |
Color Harmonies of #CAFBE0
Complementary color
Monochromatic Colors of #CAFBE0
Black with #CAFBE0
Text Example
Text Example
White with #CAFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBE0; }
p { color: rgb(202,251,224); }
H1.HeaderClassName
{
color: #CAFBE0;
}
.AnyTagClassName
{
color: #CAFBE0;
}
</style>
background-color css
<style>
a { background-color: #CAFBE0; }
a { background-color: rgb(202,251,224); }
div.DivClassName
{
background-color: #CAFBE0;
}
.BgClassName
{
background-color: #CAFBE0;
}
</style>
border-color css
<style>
span { border-color: #CAFBE0; }
span { border-color: rgb(202,251,224); }
td.TdClassName
{
border-color: #CAFBE0;
}
.TagClassName
{
border-color: #CAFBE0;
}
</style>