Shades of White Ice #CAFBDC
Tints of White Ice #CAFBDC
RGB
CMYK
RGB Variations
Color information
#CAFBDC (or 0xCAFBDC) is known color: White Ice. HEX triplet: CA, FB and DC. RGB value is (202,251,220). Sum of RGB (Red+Green+Blue) = 202+251+220=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBDC is #350423. Grayscale: #E8E8E8. Windows color (decimal): -3474468 or 14482378. OLE color: 14482378.
HSL color Cylindrical-coordinate representation of color #CAFBDC: hue angle of 142.04º 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 #CAFBDC is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 220 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.02 |
| HSL | 142.04º | 0.86% | 0.89% | - |
| HSV(B) | 142.04º | 0.2% | 0.98% | - |
| XYZ | 71.77 | 86.72 | 80.67 | - |
| YUV | 232.82 | 120.77 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 220 | 0.20 | 0 | 0.12 | 0.02 | 142.04 | 0.86 | 0.89 |
| Hex | CA | FB | DC | 14 | 0 | C | 2 | 8E | 56 | 59 |
| Octal | 312 | 373 | 334 | 24 | 0 | 14 | 2 | 216 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11011100 | 10100 | 0 | 1100 | 10 | 10001110 | 1010110 | 1011001 |
Color Harmonies of #CAFBDC
Complementary color
Monochromatic Colors of #CAFBDC
Black with #CAFBDC
Text Example
Text Example
White with #CAFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBDC; }
p { color: rgb(202,251,220); }
H1.HeaderClassName
{
color: #CAFBDC;
}
.AnyTagClassName
{
color: #CAFBDC;
}
</style>
background-color css
<style>
a { background-color: #CAFBDC; }
a { background-color: rgb(202,251,220); }
div.DivClassName
{
background-color: #CAFBDC;
}
.BgClassName
{
background-color: #CAFBDC;
}
</style>
border-color css
<style>
span { border-color: #CAFBDC; }
span { border-color: rgb(202,251,220); }
td.TdClassName
{
border-color: #CAFBDC;
}
.TagClassName
{
border-color: #CAFBDC;
}
</style>