Shades of White Ice #CAFBDE
Tints of White Ice #CAFBDE
RGB
CMYK
RGB Variations
Color information
#CAFBDE (or 0xCAFBDE) is known color: White Ice. HEX triplet: CA, FB and DE. RGB value is (202,251,222). Sum of RGB (Red+Green+Blue) = 202+251+222=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBDE is #350421. Grayscale: #E9E9E9. Windows color (decimal): -3474466 or 14613450. OLE color: 14613450.
HSL color Cylindrical-coordinate representation of color #CAFBDE: hue angle of 144.49º 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 #CAFBDE is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 222 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 144.49º | 0.86% | 0.89% | - |
| HSV(B) | 144.49º | 0.2% | 0.98% | - |
| XYZ | 72.04 | 86.82 | 82.07 | - |
| YUV | 233.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 222 | 0.20 | 0 | 0.12 | 0.02 | 144.49 | 0.86 | 0.89 |
| Hex | CA | FB | DE | 14 | 0 | C | 2 | 90 | 56 | 59 |
| Octal | 312 | 373 | 336 | 24 | 0 | 14 | 2 | 220 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11011110 | 10100 | 0 | 1100 | 10 | 10010000 | 1010110 | 1011001 |
Color Harmonies of #CAFBDE
Complementary color
Monochromatic Colors of #CAFBDE
Black with #CAFBDE
Text Example
Text Example
White with #CAFBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBDE; }
p { color: rgb(202,251,222); }
H1.HeaderClassName
{
color: #CAFBDE;
}
.AnyTagClassName
{
color: #CAFBDE;
}
</style>
background-color css
<style>
a { background-color: #CAFBDE; }
a { background-color: rgb(202,251,222); }
div.DivClassName
{
background-color: #CAFBDE;
}
.BgClassName
{
background-color: #CAFBDE;
}
</style>
border-color css
<style>
span { border-color: #CAFBDE; }
span { border-color: rgb(202,251,222); }
td.TdClassName
{
border-color: #CAFBDE;
}
.TagClassName
{
border-color: #CAFBDE;
}
</style>