Shades of Granny Apple #CAECD1
Tints of Granny Apple #CAECD1
RGB
CMYK
RGB Variations
Color information
#CAECD1 (or 0xCAECD1) is known color: Granny Apple. HEX triplet: CA, EC and D1. RGB value is (202,236,209). Sum of RGB (Red+Green+Blue) = 202+236+209=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECD1 is #35132E. Grayscale: #DEDEDE. Windows color (decimal): -3478319 or 13757642. OLE color: 13757642.
HSL color Cylindrical-coordinate representation of color #CAECD1: hue angle of 132.35º 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 #CAECD1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 209 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 132.35º | 0.47% | 0.86% | - |
| HSV(B) | 132.35º | 0.14% | 0.93% | - |
| XYZ | 65.86 | 77.15 | 71.74 | - |
| YUV | 222.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 209 | 0.14 | 0 | 0.11 | 0.07 | 132.35 | 0.47 | 0.86 |
| Hex | CA | EC | D1 | E | 0 | B | 7 | 84 | 2F | 56 |
| Octal | 312 | 354 | 321 | 16 | 0 | 13 | 7 | 204 | 57 | 126 |
| Binary | 11001010 | 11101100 | 11010001 | 1110 | 0 | 1011 | 111 | 10000100 | 101111 | 1010110 |
Color Harmonies of #CAECD1
Complementary color
Monochromatic Colors of #CAECD1
Black with #CAECD1
Text Example
Text Example
White with #CAECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECD1; }
p { color: rgb(202,236,209); }
H1.HeaderClassName
{
color: #CAECD1;
}
.AnyTagClassName
{
color: #CAECD1;
}
</style>
background-color css
<style>
a { background-color: #CAECD1; }
a { background-color: rgb(202,236,209); }
div.DivClassName
{
background-color: #CAECD1;
}
.BgClassName
{
background-color: #CAECD1;
}
</style>
border-color css
<style>
span { border-color: #CAECD1; }
span { border-color: rgb(202,236,209); }
td.TdClassName
{
border-color: #CAECD1;
}
.TagClassName
{
border-color: #CAECD1;
}
</style>