Shades of White Ice #CAFCDD
Tints of White Ice #CAFCDD
RGB
CMYK
RGB Variations
Color information
#CAFCDD (or 0xCAFCDD) is known color: White Ice. HEX triplet: CA, FC and DD. RGB value is (202,252,221). Sum of RGB (Red+Green+Blue) = 202+252+221=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCDD is #350322. Grayscale: #E9E9E9. Windows color (decimal): -3474211 or 14548170. OLE color: 14548170.
HSL color Cylindrical-coordinate representation of color #CAFCDD: hue angle of 142.8º degrees, saturation: 0.89, 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 #CAFCDD is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 221 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.01 |
| HSL | 142.8º | 0.89% | 0.89% | - |
| HSV(B) | 142.8º | 0.2% | 0.99% | - |
| XYZ | 72.22 | 87.4 | 81.47 | - |
| YUV | 233.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 221 | 0.20 | 0 | 0.12 | 0.01 | 142.8 | 0.89 | 0.89 |
| Hex | CA | FC | DD | 14 | 0 | C | 1 | 8F | 59 | 59 |
| Octal | 312 | 374 | 335 | 24 | 0 | 14 | 1 | 217 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11011101 | 10100 | 0 | 1100 | 1 | 10001111 | 1011001 | 1011001 |
Color Harmonies of #CAFCDD
Complementary color
Monochromatic Colors of #CAFCDD
Black with #CAFCDD
Text Example
Text Example
White with #CAFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCDD; }
p { color: rgb(202,252,221); }
H1.HeaderClassName
{
color: #CAFCDD;
}
.AnyTagClassName
{
color: #CAFCDD;
}
</style>
background-color css
<style>
a { background-color: #CAFCDD; }
a { background-color: rgb(202,252,221); }
div.DivClassName
{
background-color: #CAFCDD;
}
.BgClassName
{
background-color: #CAFCDD;
}
</style>
border-color css
<style>
span { border-color: #CAFCDD; }
span { border-color: rgb(202,252,221); }
td.TdClassName
{
border-color: #CAFCDD;
}
.TagClassName
{
border-color: #CAFCDD;
}
</style>