Shades of Granny Apple #CAECD5
Tints of Granny Apple #CAECD5
RGB
CMYK
RGB Variations
Color information
#CAECD5 (or 0xCAECD5) is known color: Granny Apple. HEX triplet: CA, EC and D5. RGB value is (202,236,213). Sum of RGB (Red+Green+Blue) = 202+236+213=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECD5 is #35132A. Grayscale: #DFDFDF. Windows color (decimal): -3478315 or 14019786. OLE color: 14019786.
HSL color Cylindrical-coordinate representation of color #CAECD5: hue angle of 139.41º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECD5 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 213 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.07 |
| HSL | 139.41º | 0.47% | 0.86% | - |
| HSV(B) | 139.41º | 0.14% | 0.93% | - |
| XYZ | 66.36 | 77.35 | 74.38 | - |
| YUV | 223.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 213 | 0.14 | 0 | 0.10 | 0.07 | 139.41 | 0.47 | 0.86 |
| Hex | CA | EC | D5 | E | 0 | A | 7 | 8B | 2F | 56 |
| Octal | 312 | 354 | 325 | 16 | 0 | 12 | 7 | 213 | 57 | 126 |
| Binary | 11001010 | 11101100 | 11010101 | 1110 | 0 | 1010 | 111 | 10001011 | 101111 | 1010110 |
Color Harmonies of #CAECD5
Complementary color
Monochromatic Colors of #CAECD5
Black with #CAECD5
Text Example
Text Example
White with #CAECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECD5; }
p { color: rgb(202,236,213); }
H1.HeaderClassName
{
color: #CAECD5;
}
.AnyTagClassName
{
color: #CAECD5;
}
</style>
background-color css
<style>
a { background-color: #CAECD5; }
a { background-color: rgb(202,236,213); }
div.DivClassName
{
background-color: #CAECD5;
}
.BgClassName
{
background-color: #CAECD5;
}
</style>
border-color css
<style>
span { border-color: #CAECD5; }
span { border-color: rgb(202,236,213); }
td.TdClassName
{
border-color: #CAECD5;
}
.TagClassName
{
border-color: #CAECD5;
}
</style>