Shades of Granny Apple #CAE8D0
Tints of Granny Apple #CAE8D0
RGB
CMYK
RGB Variations
Color information
#CAE8D0 (or 0xCAE8D0) is known color: Granny Apple. HEX triplet: CA, E8 and D0. RGB value is (202,232,208). Sum of RGB (Red+Green+Blue) = 202+232+208=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE8D0 is #35172F. Grayscale: #DCDCDC. Windows color (decimal): -3479344 or 13691082. OLE color: 13691082.
HSL color Cylindrical-coordinate representation of color #CAE8D0: hue angle of 132º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE8D0 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 208 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.09 |
| HSL | 132º | 0.39% | 0.85% | - |
| HSV(B) | 132º | 0.13% | 0.91% | - |
| XYZ | 64.6 | 74.82 | 70.71 | - |
| YUV | 220.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 208 | 0.13 | 0 | 0.10 | 0.09 | 132 | 0.39 | 0.85 |
| Hex | CA | E8 | D0 | D | 0 | A | 9 | 84 | 27 | 55 |
| Octal | 312 | 350 | 320 | 15 | 0 | 12 | 11 | 204 | 47 | 125 |
| Binary | 11001010 | 11101000 | 11010000 | 1101 | 0 | 1010 | 1001 | 10000100 | 100111 | 1010101 |
Color Harmonies of #CAE8D0
Complementary color
Monochromatic Colors of #CAE8D0
Black with #CAE8D0
Text Example
Text Example
White with #CAE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE8D0; }
p { color: rgb(202,232,208); }
H1.HeaderClassName
{
color: #CAE8D0;
}
.AnyTagClassName
{
color: #CAE8D0;
}
</style>
background-color css
<style>
a { background-color: #CAE8D0; }
a { background-color: rgb(202,232,208); }
div.DivClassName
{
background-color: #CAE8D0;
}
.BgClassName
{
background-color: #CAE8D0;
}
</style>
border-color css
<style>
span { border-color: #CAE8D0; }
span { border-color: rgb(202,232,208); }
td.TdClassName
{
border-color: #CAE8D0;
}
.TagClassName
{
border-color: #CAE8D0;
}
</style>