Shades of Granny Apple #CAE7D1
Tints of Granny Apple #CAE7D1
RGB
CMYK
RGB Variations
Color information
#CAE7D1 (or 0xCAE7D1) is known color: Granny Apple. HEX triplet: CA, E7 and D1. RGB value is (202,231,209). Sum of RGB (Red+Green+Blue) = 202+231+209=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7D1 is #35182E. Grayscale: #DBDBDB. Windows color (decimal): -3479599 or 13756362. OLE color: 13756362.
HSL color Cylindrical-coordinate representation of color #CAE7D1: hue angle of 134.48º degrees, saturation: 0.38, 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 #CAE7D1 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 231 | 209 | - |
CMYK | 0.13 | 0 | 0.10 | 0.09 |
HSL | 134.48º | 0.38% | 0.85% | - |
HSV(B) | 134.48º | 0.13% | 0.91% | - |
XYZ | 64.44 | 74.31 | 71.27 | - |
YUV | 219.82 | 121.89 | 115.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 231 | 209 | 0.13 | 0 | 0.10 | 0.09 | 134.48 | 0.38 | 0.85 |
Hex | CA | E7 | D1 | D | 0 | A | 9 | 86 | 26 | 55 |
Octal | 312 | 347 | 321 | 15 | 0 | 12 | 11 | 206 | 46 | 125 |
Binary | 11001010 | 11100111 | 11010001 | 1101 | 0 | 1010 | 1001 | 10000110 | 100110 | 1010101 |
Color Harmonies of #CAE7D1
Complementary color
Monochromatic Colors of #CAE7D1
Black with #CAE7D1
Text Example
Text Example
White with #CAE7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7D1; }
p { color: rgb(202,231,209); }
H1.HeaderClassName
{
color: #CAE7D1;
}
.AnyTagClassName
{
color: #CAE7D1;
}
</style>
background-color css
<style>
a { background-color: #CAE7D1; }
a { background-color: rgb(202,231,209); }
div.DivClassName
{
background-color: #CAE7D1;
}
.BgClassName
{
background-color: #CAE7D1;
}
</style>
border-color css
<style>
span { border-color: #CAE7D1; }
span { border-color: rgb(202,231,209); }
td.TdClassName
{
border-color: #CAE7D1;
}
.TagClassName
{
border-color: #CAE7D1;
}
</style>