Shades of Granny Apple #CAEBD1
Tints of Granny Apple #CAEBD1
RGB
CMYK
RGB Variations
Color information
#CAEBD1 (or 0xCAEBD1) is known color: Granny Apple. HEX triplet: CA, EB and D1. RGB value is (202,235,209). Sum of RGB (Red+Green+Blue) = 202+235+209=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD1 is #35142E. Grayscale: #DEDEDE. Windows color (decimal): -3478575 or 13757386. OLE color: 13757386.
HSL color Cylindrical-coordinate representation of color #CAEBD1: hue angle of 132.73º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBD1 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 209 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.08 |
| HSL | 132.73º | 0.45% | 0.86% | - |
| HSV(B) | 132.73º | 0.14% | 0.92% | - |
| XYZ | 65.57 | 76.58 | 71.65 | - |
| YUV | 222.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 209 | 0.14 | 0 | 0.11 | 0.08 | 132.73 | 0.45 | 0.86 |
| Hex | CA | EB | D1 | E | 0 | B | 8 | 85 | 2D | 56 |
| Octal | 312 | 353 | 321 | 16 | 0 | 13 | 10 | 205 | 55 | 126 |
| Binary | 11001010 | 11101011 | 11010001 | 1110 | 0 | 1011 | 1000 | 10000101 | 101101 | 1010110 |
Color Harmonies of #CAEBD1
Complementary color
Monochromatic Colors of #CAEBD1
Black with #CAEBD1
Text Example
Text Example
White with #CAEBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBD1; }
p { color: rgb(202,235,209); }
H1.HeaderClassName
{
color: #CAEBD1;
}
.AnyTagClassName
{
color: #CAEBD1;
}
</style>
background-color css
<style>
a { background-color: #CAEBD1; }
a { background-color: rgb(202,235,209); }
div.DivClassName
{
background-color: #CAEBD1;
}
.BgClassName
{
background-color: #CAEBD1;
}
</style>
border-color css
<style>
span { border-color: #CAEBD1; }
span { border-color: rgb(202,235,209); }
td.TdClassName
{
border-color: #CAEBD1;
}
.TagClassName
{
border-color: #CAEBD1;
}
</style>