Shades of Granny Apple #CAECD3
Tints of Granny Apple #CAECD3
RGB
CMYK
RGB Variations
Color information
#CAECD3 (or 0xCAECD3) is known color: Granny Apple. HEX triplet: CA, EC and D3. RGB value is (202,236,211). Sum of RGB (Red+Green+Blue) = 202+236+211=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECD3 is #35132C. Grayscale: #DFDFDF. Windows color (decimal): -3478317 or 13888714. OLE color: 13888714.
HSL color Cylindrical-coordinate representation of color #CAECD3: hue angle of 135.88º 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 #CAECD3 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 211 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 135.88º | 0.47% | 0.86% | - |
| HSV(B) | 135.88º | 0.14% | 0.93% | - |
| XYZ | 66.11 | 77.25 | 73.05 | - |
| YUV | 222.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 211 | 0.14 | 0 | 0.11 | 0.07 | 135.88 | 0.47 | 0.86 |
| Hex | CA | EC | D3 | E | 0 | B | 7 | 88 | 2F | 56 |
| Octal | 312 | 354 | 323 | 16 | 0 | 13 | 7 | 210 | 57 | 126 |
| Binary | 11001010 | 11101100 | 11010011 | 1110 | 0 | 1011 | 111 | 10001000 | 101111 | 1010110 |
Color Harmonies of #CAECD3
Complementary color
Monochromatic Colors of #CAECD3
Black with #CAECD3
Text Example
Text Example
White with #CAECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECD3; }
p { color: rgb(202,236,211); }
H1.HeaderClassName
{
color: #CAECD3;
}
.AnyTagClassName
{
color: #CAECD3;
}
</style>
background-color css
<style>
a { background-color: #CAECD3; }
a { background-color: rgb(202,236,211); }
div.DivClassName
{
background-color: #CAECD3;
}
.BgClassName
{
background-color: #CAECD3;
}
</style>
border-color css
<style>
span { border-color: #CAECD3; }
span { border-color: rgb(202,236,211); }
td.TdClassName
{
border-color: #CAECD3;
}
.TagClassName
{
border-color: #CAECD3;
}
</style>