Shades of Granny Apple #CAF0D1
Tints of Granny Apple #CAF0D1
RGB
CMYK
RGB Variations
Color information
#CAF0D1 (or 0xCAF0D1) is known color: Granny Apple. HEX triplet: CA, F0 and D1. RGB value is (202,240,209). Sum of RGB (Red+Green+Blue) = 202+240+209=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0D1 is #350F2E. Grayscale: #E1E1E1. Windows color (decimal): -3477295 or 13758666. OLE color: 13758666.
HSL color Cylindrical-coordinate representation of color #CAF0D1: hue angle of 131.05º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0D1 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 209 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.06 |
| HSL | 131.05º | 0.56% | 0.87% | - |
| HSV(B) | 131.05º | 0.16% | 0.94% | - |
| XYZ | 67.03 | 79.48 | 72.13 | - |
| YUV | 225.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 209 | 0.16 | 0 | 0.13 | 0.06 | 131.05 | 0.56 | 0.87 |
| Hex | CA | F0 | D1 | 10 | 0 | D | 6 | 83 | 38 | 57 |
| Octal | 312 | 360 | 321 | 20 | 0 | 15 | 6 | 203 | 70 | 127 |
| Binary | 11001010 | 11110000 | 11010001 | 10000 | 0 | 1101 | 110 | 10000011 | 111000 | 1010111 |
Color Harmonies of #CAF0D1
Complementary color
Monochromatic Colors of #CAF0D1
Black with #CAF0D1
Text Example
Text Example
White with #CAF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0D1; }
p { color: rgb(202,240,209); }
H1.HeaderClassName
{
color: #CAF0D1;
}
.AnyTagClassName
{
color: #CAF0D1;
}
</style>
background-color css
<style>
a { background-color: #CAF0D1; }
a { background-color: rgb(202,240,209); }
div.DivClassName
{
background-color: #CAF0D1;
}
.BgClassName
{
background-color: #CAF0D1;
}
</style>
border-color css
<style>
span { border-color: #CAF0D1; }
span { border-color: rgb(202,240,209); }
td.TdClassName
{
border-color: #CAF0D1;
}
.TagClassName
{
border-color: #CAF0D1;
}
</style>