Shades of White Ice #CAF9E0
Tints of White Ice #CAF9E0
RGB
CMYK
RGB Variations
Color information
#CAF9E0 (or 0xCAF9E0) is known color: White Ice. HEX triplet: CA, F9 and E0. RGB value is (202,249,224). Sum of RGB (Red+Green+Blue) = 202+249+224=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9E0 is #35061F. Grayscale: #E8E8E8. Windows color (decimal): -3474976 or 14744010. OLE color: 14744010.
HSL color Cylindrical-coordinate representation of color #CAF9E0: hue angle of 148.09º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9E0 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 224 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.02 |
| HSL | 148.09º | 0.8% | 0.88% | - |
| HSV(B) | 148.09º | 0.19% | 0.98% | - |
| XYZ | 71.69 | 85.69 | 83.28 | - |
| YUV | 232.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 224 | 0.19 | 0 | 0.10 | 0.02 | 148.09 | 0.8 | 0.88 |
| Hex | CA | F9 | E0 | 13 | 0 | A | 2 | 94 | 50 | 58 |
| Octal | 312 | 371 | 340 | 23 | 0 | 12 | 2 | 224 | 120 | 130 |
| Binary | 11001010 | 11111001 | 11100000 | 10011 | 0 | 1010 | 10 | 10010100 | 1010000 | 1011000 |
Color Harmonies of #CAF9E0
Complementary color
Monochromatic Colors of #CAF9E0
Black with #CAF9E0
Text Example
Text Example
White with #CAF9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9E0; }
p { color: rgb(202,249,224); }
H1.HeaderClassName
{
color: #CAF9E0;
}
.AnyTagClassName
{
color: #CAF9E0;
}
</style>
background-color css
<style>
a { background-color: #CAF9E0; }
a { background-color: rgb(202,249,224); }
div.DivClassName
{
background-color: #CAF9E0;
}
.BgClassName
{
background-color: #CAF9E0;
}
</style>
border-color css
<style>
span { border-color: #CAF9E0; }
span { border-color: rgb(202,249,224); }
td.TdClassName
{
border-color: #CAF9E0;
}
.TagClassName
{
border-color: #CAF9E0;
}
</style>