Shades of White Ice #CAF8DD
Tints of White Ice #CAF8DD
RGB
CMYK
RGB Variations
Color information
#CAF8DD (or 0xCAF8DD) is known color: White Ice. HEX triplet: CA, F8 and DD. RGB value is (202,248,221). Sum of RGB (Red+Green+Blue) = 202+248+221=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8DD is #350722. Grayscale: #E7E7E7. Windows color (decimal): -3475235 or 14547146. OLE color: 14547146.
HSL color Cylindrical-coordinate representation of color #CAF8DD: hue angle of 144.78º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8DD is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 221 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.03 |
| HSL | 144.78º | 0.77% | 0.88% | - |
| HSV(B) | 144.78º | 0.19% | 0.97% | - |
| XYZ | 70.98 | 84.91 | 81.06 | - |
| YUV | 231.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 221 | 0.19 | 0 | 0.11 | 0.03 | 144.78 | 0.77 | 0.88 |
| Hex | CA | F8 | DD | 13 | 0 | B | 3 | 91 | 4D | 58 |
| Octal | 312 | 370 | 335 | 23 | 0 | 13 | 3 | 221 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11011101 | 10011 | 0 | 1011 | 11 | 10010001 | 1001101 | 1011000 |
Color Harmonies of #CAF8DD
Complementary color
Monochromatic Colors of #CAF8DD
Black with #CAF8DD
Text Example
Text Example
White with #CAF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8DD; }
p { color: rgb(202,248,221); }
H1.HeaderClassName
{
color: #CAF8DD;
}
.AnyTagClassName
{
color: #CAF8DD;
}
</style>
background-color css
<style>
a { background-color: #CAF8DD; }
a { background-color: rgb(202,248,221); }
div.DivClassName
{
background-color: #CAF8DD;
}
.BgClassName
{
background-color: #CAF8DD;
}
</style>
border-color css
<style>
span { border-color: #CAF8DD; }
span { border-color: rgb(202,248,221); }
td.TdClassName
{
border-color: #CAF8DD;
}
.TagClassName
{
border-color: #CAF8DD;
}
</style>