Shades of Granny Apple #CAF8D1
Tints of Granny Apple #CAF8D1
RGB
CMYK
RGB Variations
Color information
#CAF8D1 (or 0xCAF8D1) is known color: Granny Apple. HEX triplet: CA, F8 and D1. RGB value is (202,248,209). Sum of RGB (Red+Green+Blue) = 202+248+209=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8D1 is #35072E. Grayscale: #E5E5E5. Windows color (decimal): -3475247 or 13760714. OLE color: 13760714.
HSL color Cylindrical-coordinate representation of color #CAF8D1: hue angle of 129.13º 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 #CAF8D1 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 209 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.03 |
| HSL | 129.13º | 0.77% | 0.88% | - |
| HSV(B) | 129.13º | 0.19% | 0.97% | - |
| XYZ | 69.43 | 84.29 | 72.93 | - |
| YUV | 229.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 209 | 0.19 | 0 | 0.16 | 0.03 | 129.13 | 0.77 | 0.88 |
| Hex | CA | F8 | D1 | 13 | 0 | 10 | 3 | 81 | 4D | 58 |
| Octal | 312 | 370 | 321 | 23 | 0 | 20 | 3 | 201 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11010001 | 10011 | 0 | 10000 | 11 | 10000001 | 1001101 | 1011000 |
Color Harmonies of #CAF8D1
Complementary color
Monochromatic Colors of #CAF8D1
Black with #CAF8D1
Text Example
Text Example
White with #CAF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8D1; }
p { color: rgb(202,248,209); }
H1.HeaderClassName
{
color: #CAF8D1;
}
.AnyTagClassName
{
color: #CAF8D1;
}
</style>
background-color css
<style>
a { background-color: #CAF8D1; }
a { background-color: rgb(202,248,209); }
div.DivClassName
{
background-color: #CAF8D1;
}
.BgClassName
{
background-color: #CAF8D1;
}
</style>
border-color css
<style>
span { border-color: #CAF8D1; }
span { border-color: rgb(202,248,209); }
td.TdClassName
{
border-color: #CAF8D1;
}
.TagClassName
{
border-color: #CAF8D1;
}
</style>