Shades of Granny Apple #CAEFD1
Tints of Granny Apple #CAEFD1
RGB
CMYK
RGB Variations
Color information
#CAEFD1 (or 0xCAEFD1) is known color: Granny Apple. HEX triplet: CA, EF and D1. RGB value is (202,239,209). Sum of RGB (Red+Green+Blue) = 202+239+209=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD1 is #35102E. Grayscale: #E0E0E0. Windows color (decimal): -3477551 or 13758410. OLE color: 13758410.
HSL color Cylindrical-coordinate representation of color #CAEFD1: hue angle of 131.35º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFD1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 209 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.06 |
| HSL | 131.35º | 0.54% | 0.86% | - |
| HSV(B) | 131.35º | 0.15% | 0.94% | - |
| XYZ | 66.73 | 78.89 | 72.03 | - |
| YUV | 224.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 209 | 0.15 | 0 | 0.13 | 0.06 | 131.35 | 0.54 | 0.86 |
| Hex | CA | EF | D1 | F | 0 | D | 6 | 83 | 36 | 56 |
| Octal | 312 | 357 | 321 | 17 | 0 | 15 | 6 | 203 | 66 | 126 |
| Binary | 11001010 | 11101111 | 11010001 | 1111 | 0 | 1101 | 110 | 10000011 | 110110 | 1010110 |
Color Harmonies of #CAEFD1
Complementary color
Monochromatic Colors of #CAEFD1
Black with #CAEFD1
Text Example
Text Example
White with #CAEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFD1; }
p { color: rgb(202,239,209); }
H1.HeaderClassName
{
color: #CAEFD1;
}
.AnyTagClassName
{
color: #CAEFD1;
}
</style>
background-color css
<style>
a { background-color: #CAEFD1; }
a { background-color: rgb(202,239,209); }
div.DivClassName
{
background-color: #CAEFD1;
}
.BgClassName
{
background-color: #CAEFD1;
}
</style>
border-color css
<style>
span { border-color: #CAEFD1; }
span { border-color: rgb(202,239,209); }
td.TdClassName
{
border-color: #CAEFD1;
}
.TagClassName
{
border-color: #CAEFD1;
}
</style>