Shades of Granny Apple #CAE0D1
Tints of Granny Apple #CAE0D1
RGB
CMYK
RGB Variations
Color information
#CAE0D1 (or 0xCAE0D1) is known color: Granny Apple. HEX triplet: CA, E0 and D1. RGB value is (202,224,209). Sum of RGB (Red+Green+Blue) = 202+224+209=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0D1 is #351F2E. Grayscale: #D7D7D7. Windows color (decimal): -3481391 or 13754570. OLE color: 13754570.
HSL color Cylindrical-coordinate representation of color #CAE0D1: hue angle of 139.09º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE0D1 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 209 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.12 |
| HSL | 139.09º | 0.26% | 0.84% | - |
| HSV(B) | 139.09º | 0.1% | 0.88% | - |
| XYZ | 62.52 | 70.47 | 70.63 | - |
| YUV | 215.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 209 | 0.10 | 0 | 0.07 | 0.12 | 139.09 | 0.26 | 0.84 |
| Hex | CA | E0 | D1 | A | 0 | 7 | C | 8B | 1A | 54 |
| Octal | 312 | 340 | 321 | 12 | 0 | 7 | 14 | 213 | 32 | 124 |
| Binary | 11001010 | 11100000 | 11010001 | 1010 | 0 | 111 | 1100 | 10001011 | 11010 | 1010100 |
Color Harmonies of #CAE0D1
Complementary color
Monochromatic Colors of #CAE0D1
Black with #CAE0D1
Text Example
Text Example
White with #CAE0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE0D1; }
p { color: rgb(202,224,209); }
H1.HeaderClassName
{
color: #CAE0D1;
}
.AnyTagClassName
{
color: #CAE0D1;
}
</style>
background-color css
<style>
a { background-color: #CAE0D1; }
a { background-color: rgb(202,224,209); }
div.DivClassName
{
background-color: #CAE0D1;
}
.BgClassName
{
background-color: #CAE0D1;
}
</style>
border-color css
<style>
span { border-color: #CAE0D1; }
span { border-color: rgb(202,224,209); }
td.TdClassName
{
border-color: #CAE0D1;
}
.TagClassName
{
border-color: #CAE0D1;
}
</style>