Shades of Granny Apple #CAE6D0
Tints of Granny Apple #CAE6D0
RGB
CMYK
RGB Variations
Color information
#CAE6D0 (or 0xCAE6D0) is known color: Granny Apple. HEX triplet: CA, E6 and D0. RGB value is (202,230,208). Sum of RGB (Red+Green+Blue) = 202+230+208=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6D0 is #35192F. Grayscale: #DBDBDB. Windows color (decimal): -3479856 or 13690570. OLE color: 13690570.
HSL color Cylindrical-coordinate representation of color #CAE6D0: hue angle of 132.86º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6D0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 208 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.10 |
| HSL | 132.86º | 0.36% | 0.85% | - |
| HSV(B) | 132.86º | 0.12% | 0.9% | - |
| XYZ | 64.04 | 73.7 | 70.53 | - |
| YUV | 219.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 208 | 0.12 | 0 | 0.10 | 0.10 | 132.86 | 0.36 | 0.85 |
| Hex | CA | E6 | D0 | C | 0 | A | A | 85 | 24 | 55 |
| Octal | 312 | 346 | 320 | 14 | 0 | 12 | 12 | 205 | 44 | 125 |
| Binary | 11001010 | 11100110 | 11010000 | 1100 | 0 | 1010 | 1010 | 10000101 | 100100 | 1010101 |
Color Harmonies of #CAE6D0
Complementary color
Monochromatic Colors of #CAE6D0
Black with #CAE6D0
Text Example
Text Example
White with #CAE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6D0; }
p { color: rgb(202,230,208); }
H1.HeaderClassName
{
color: #CAE6D0;
}
.AnyTagClassName
{
color: #CAE6D0;
}
</style>
background-color css
<style>
a { background-color: #CAE6D0; }
a { background-color: rgb(202,230,208); }
div.DivClassName
{
background-color: #CAE6D0;
}
.BgClassName
{
background-color: #CAE6D0;
}
</style>
border-color css
<style>
span { border-color: #CAE6D0; }
span { border-color: rgb(202,230,208); }
td.TdClassName
{
border-color: #CAE6D0;
}
.TagClassName
{
border-color: #CAE6D0;
}
</style>