Shades of Granny Apple #CAEFD7
Tints of Granny Apple #CAEFD7
RGB
CMYK
RGB Variations
Color information
#CAEFD7 (or 0xCAEFD7) is known color: Granny Apple. HEX triplet: CA, EF and D7. RGB value is (202,239,215). Sum of RGB (Red+Green+Blue) = 202+239+215=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD7 is #351028. Grayscale: #E1E1E1. Windows color (decimal): -3477545 or 14151626. OLE color: 14151626.
HSL color Cylindrical-coordinate representation of color #CAEFD7: hue angle of 141.08º 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 #CAEFD7 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 239 | 215 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.06 |
| HSL | 141.08º | 0.54% | 0.86% | - |
| HSV(B) | 141.08º | 0.15% | 0.94% | - |
| XYZ | 67.49 | 79.2 | 76.02 | - |
| YUV | 225.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 239 | 215 | 0.15 | 0 | 0.10 | 0.06 | 141.08 | 0.54 | 0.86 |
| Hex | CA | EF | D7 | F | 0 | A | 6 | 8D | 36 | 56 |
| Octal | 312 | 357 | 327 | 17 | 0 | 12 | 6 | 215 | 66 | 126 |
| Binary | 11001010 | 11101111 | 11010111 | 1111 | 0 | 1010 | 110 | 10001101 | 110110 | 1010110 |
Color Harmonies of #CAEFD7
Complementary color
Monochromatic Colors of #CAEFD7
Black with #CAEFD7
Text Example
Text Example
White with #CAEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEFD7; }
p { color: rgb(202,239,215); }
H1.HeaderClassName
{
color: #CAEFD7;
}
.AnyTagClassName
{
color: #CAEFD7;
}
</style>
background-color css
<style>
a { background-color: #CAEFD7; }
a { background-color: rgb(202,239,215); }
div.DivClassName
{
background-color: #CAEFD7;
}
.BgClassName
{
background-color: #CAEFD7;
}
</style>
border-color css
<style>
span { border-color: #CAEFD7; }
span { border-color: rgb(202,239,215); }
td.TdClassName
{
border-color: #CAEFD7;
}
.TagClassName
{
border-color: #CAEFD7;
}
</style>