Shades of Granny Apple #CAEBD3
Tints of Granny Apple #CAEBD3
RGB
CMYK
RGB Variations
Color information
#CAEBD3 (or 0xCAEBD3) is known color: Granny Apple. HEX triplet: CA, EB and D3. RGB value is (202,235,211). Sum of RGB (Red+Green+Blue) = 202+235+211=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD3 is #35142C. Grayscale: #DEDEDE. Windows color (decimal): -3478573 or 13888458. OLE color: 13888458.
HSL color Cylindrical-coordinate representation of color #CAEBD3: hue angle of 136.36º 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 #CAEBD3 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 235 | 211 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.08 |
| HSL | 136.36º | 0.45% | 0.86% | - |
| HSV(B) | 136.36º | 0.14% | 0.92% | - |
| XYZ | 65.82 | 76.68 | 72.96 | - |
| YUV | 222.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 235 | 211 | 0.14 | 0 | 0.10 | 0.08 | 136.36 | 0.45 | 0.86 |
| Hex | CA | EB | D3 | E | 0 | A | 8 | 88 | 2D | 56 |
| Octal | 312 | 353 | 323 | 16 | 0 | 12 | 10 | 210 | 55 | 126 |
| Binary | 11001010 | 11101011 | 11010011 | 1110 | 0 | 1010 | 1000 | 10001000 | 101101 | 1010110 |
Color Harmonies of #CAEBD3
Complementary color
Monochromatic Colors of #CAEBD3
Black with #CAEBD3
Text Example
Text Example
White with #CAEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEBD3; }
p { color: rgb(202,235,211); }
H1.HeaderClassName
{
color: #CAEBD3;
}
.AnyTagClassName
{
color: #CAEBD3;
}
</style>
background-color css
<style>
a { background-color: #CAEBD3; }
a { background-color: rgb(202,235,211); }
div.DivClassName
{
background-color: #CAEBD3;
}
.BgClassName
{
background-color: #CAEBD3;
}
</style>
border-color css
<style>
span { border-color: #CAEBD3; }
span { border-color: rgb(202,235,211); }
td.TdClassName
{
border-color: #CAEBD3;
}
.TagClassName
{
border-color: #CAEBD3;
}
</style>