Shades of White Ice #CAFBDD
Tints of White Ice #CAFBDD
RGB
CMYK
RGB Variations
Color information
#CAFBDD (or 0xCAFBDD) is known color: White Ice. HEX triplet: CA, FB and DD. RGB value is (202,251,221). Sum of RGB (Red+Green+Blue) = 202+251+221=674 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.97% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBDD is #350422. Grayscale: #E9E9E9. Windows color (decimal): -3474467 or 14547914. OLE color: 14547914.
HSL color Cylindrical-coordinate representation of color #CAFBDD: hue angle of 143.27º 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 #CAFBDD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 221 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 143.27º | 0.86% | 0.89% | - |
| HSV(B) | 143.27º | 0.2% | 0.98% | - |
| XYZ | 71.91 | 86.77 | 81.37 | - |
| YUV | 232.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 221 | 0.20 | 0 | 0.12 | 0.02 | 143.27 | 0.86 | 0.89 |
| Hex | CA | FB | DD | 14 | 0 | C | 2 | 8F | 56 | 59 |
| Octal | 312 | 373 | 335 | 24 | 0 | 14 | 2 | 217 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11011101 | 10100 | 0 | 1100 | 10 | 10001111 | 1010110 | 1011001 |
Color Harmonies of #CAFBDD
Complementary color
Monochromatic Colors of #CAFBDD
Black with #CAFBDD
Text Example
Text Example
White with #CAFBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBDD; }
p { color: rgb(202,251,221); }
H1.HeaderClassName
{
color: #CAFBDD;
}
.AnyTagClassName
{
color: #CAFBDD;
}
</style>
background-color css
<style>
a { background-color: #CAFBDD; }
a { background-color: rgb(202,251,221); }
div.DivClassName
{
background-color: #CAFBDD;
}
.BgClassName
{
background-color: #CAFBDD;
}
</style>
border-color css
<style>
span { border-color: #CAFBDD; }
span { border-color: rgb(202,251,221); }
td.TdClassName
{
border-color: #CAFBDD;
}
.TagClassName
{
border-color: #CAFBDD;
}
</style>