Shades of White Ice #CAFDE1
Tints of White Ice #CAFDE1
RGB
CMYK
RGB Variations
Color information
#CAFDE1 (or 0xCAFDE1) is known color: White Ice. HEX triplet: CA, FD and E1. RGB value is (202,253,225). Sum of RGB (Red+Green+Blue) = 202+253+225=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDE1 is #35021E. Grayscale: #EAEAEA. Windows color (decimal): -3473951 or 14810570. OLE color: 14810570.
HSL color Cylindrical-coordinate representation of color #CAFDE1: hue angle of 147.06º 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 #CAFDE1 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 225 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.01 |
| HSL | 147.06º | 0.93% | 0.89% | - |
| HSV(B) | 147.06º | 0.2% | 0.99% | - |
| XYZ | 73.07 | 88.24 | 84.42 | - |
| YUV | 234.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 225 | 0.20 | 0 | 0.11 | 0.01 | 147.06 | 0.93 | 0.89 |
| Hex | CA | FD | E1 | 14 | 0 | B | 1 | 93 | 5D | 59 |
| Octal | 312 | 375 | 341 | 24 | 0 | 13 | 1 | 223 | 135 | 131 |
| Binary | 11001010 | 11111101 | 11100001 | 10100 | 0 | 1011 | 1 | 10010011 | 1011101 | 1011001 |
Color Harmonies of #CAFDE1
Complementary color
Monochromatic Colors of #CAFDE1
Black with #CAFDE1
Text Example
Text Example
White with #CAFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDE1; }
p { color: rgb(202,253,225); }
H1.HeaderClassName
{
color: #CAFDE1;
}
.AnyTagClassName
{
color: #CAFDE1;
}
</style>
background-color css
<style>
a { background-color: #CAFDE1; }
a { background-color: rgb(202,253,225); }
div.DivClassName
{
background-color: #CAFDE1;
}
.BgClassName
{
background-color: #CAFDE1;
}
</style>
border-color css
<style>
span { border-color: #CAFDE1; }
span { border-color: rgb(202,253,225); }
td.TdClassName
{
border-color: #CAFDE1;
}
.TagClassName
{
border-color: #CAFDE1;
}
</style>