Shades of White Ice #CAFDE0
Tints of White Ice #CAFDE0
RGB
CMYK
RGB Variations
Color information
#CAFDE0 (or 0xCAFDE0) is known color: White Ice. HEX triplet: CA, FD and E0. RGB value is (202,253,224). Sum of RGB (Red+Green+Blue) = 202+253+224=679 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.75% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDE0 is #35021F. Grayscale: #EAEAEA. Windows color (decimal): -3473952 or 14745034. OLE color: 14745034.
HSL color Cylindrical-coordinate representation of color #CAFDE0: hue angle of 145.88º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDE0 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 224 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.01 |
| HSL | 145.88º | 0.93% | 0.89% | - |
| HSV(B) | 145.88º | 0.2% | 0.99% | - |
| XYZ | 72.94 | 88.19 | 83.7 | - |
| YUV | 234.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 224 | 0.20 | 0 | 0.11 | 0.01 | 145.88 | 0.93 | 0.89 |
| Hex | CA | FD | E0 | 14 | 0 | B | 1 | 92 | 5D | 59 |
| Octal | 312 | 375 | 340 | 24 | 0 | 13 | 1 | 222 | 135 | 131 |
| Binary | 11001010 | 11111101 | 11100000 | 10100 | 0 | 1011 | 1 | 10010010 | 1011101 | 1011001 |
Color Harmonies of #CAFDE0
Complementary color
Monochromatic Colors of #CAFDE0
Black with #CAFDE0
Text Example
Text Example
White with #CAFDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDE0; }
p { color: rgb(202,253,224); }
H1.HeaderClassName
{
color: #CAFDE0;
}
.AnyTagClassName
{
color: #CAFDE0;
}
</style>
background-color css
<style>
a { background-color: #CAFDE0; }
a { background-color: rgb(202,253,224); }
div.DivClassName
{
background-color: #CAFDE0;
}
.BgClassName
{
background-color: #CAFDE0;
}
</style>
border-color css
<style>
span { border-color: #CAFDE0; }
span { border-color: rgb(202,253,224); }
td.TdClassName
{
border-color: #CAFDE0;
}
.TagClassName
{
border-color: #CAFDE0;
}
</style>