Shades of White Ice #CAFAE0
Tints of White Ice #CAFAE0
RGB
CMYK
RGB Variations
Color information
#CAFAE0 (or 0xCAFAE0) is known color: White Ice. HEX triplet: CA, FA and E0. RGB value is (202,250,224). Sum of RGB (Red+Green+Blue) = 202+250+224=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAE0 is #35051F. Grayscale: #E8E8E8. Windows color (decimal): -3474720 or 14744266. OLE color: 14744266.
HSL color Cylindrical-coordinate representation of color #CAFAE0: hue angle of 147.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAE0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 224 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.02 |
| HSL | 147.5º | 0.83% | 0.89% | - |
| HSV(B) | 147.5º | 0.19% | 0.98% | - |
| XYZ | 72 | 86.31 | 83.39 | - |
| YUV | 232.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 224 | 0.19 | 0 | 0.10 | 0.02 | 147.5 | 0.83 | 0.89 |
| Hex | CA | FA | E0 | 13 | 0 | A | 2 | 94 | 53 | 59 |
| Octal | 312 | 372 | 340 | 23 | 0 | 12 | 2 | 224 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11100000 | 10011 | 0 | 1010 | 10 | 10010100 | 1010011 | 1011001 |
Color Harmonies of #CAFAE0
Complementary color
Monochromatic Colors of #CAFAE0
Black with #CAFAE0
Text Example
Text Example
White with #CAFAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAE0; }
p { color: rgb(202,250,224); }
H1.HeaderClassName
{
color: #CAFAE0;
}
.AnyTagClassName
{
color: #CAFAE0;
}
</style>
background-color css
<style>
a { background-color: #CAFAE0; }
a { background-color: rgb(202,250,224); }
div.DivClassName
{
background-color: #CAFAE0;
}
.BgClassName
{
background-color: #CAFAE0;
}
</style>
border-color css
<style>
span { border-color: #CAFAE0; }
span { border-color: rgb(202,250,224); }
td.TdClassName
{
border-color: #CAFAE0;
}
.TagClassName
{
border-color: #CAFAE0;
}
</style>