Shades of Granny Apple #CAE7D5
Tints of Granny Apple #CAE7D5
RGB
CMYK
RGB Variations
Color information
#CAE7D5 (or 0xCAE7D5) is known color: Granny Apple. HEX triplet: CA, E7 and D5. RGB value is (202,231,213). Sum of RGB (Red+Green+Blue) = 202+231+213=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7D5 is #35182A. Grayscale: #DCDCDC. Windows color (decimal): -3479595 or 14018506. OLE color: 14018506.
HSL color Cylindrical-coordinate representation of color #CAE7D5: hue angle of 142.76º 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 #CAE7D5 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 231 | 213 | - |
CMYK | 0.13 | 0 | 0.08 | 0.09 |
HSL | 142.76º | 0.38% | 0.85% | - |
HSV(B) | 142.76º | 0.13% | 0.91% | - |
XYZ | 64.94 | 74.51 | 73.91 | - |
YUV | 220.28 | 123.89 | 114.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 231 | 213 | 0.13 | 0 | 0.08 | 0.09 | 142.76 | 0.38 | 0.85 |
Hex | CA | E7 | D5 | D | 0 | 8 | 9 | 8F | 26 | 55 |
Octal | 312 | 347 | 325 | 15 | 0 | 10 | 11 | 217 | 46 | 125 |
Binary | 11001010 | 11100111 | 11010101 | 1101 | 0 | 1000 | 1001 | 10001111 | 100110 | 1010101 |
Color Harmonies of #CAE7D5
Complementary color
Monochromatic Colors of #CAE7D5
Black with #CAE7D5
Text Example
Text Example
White with #CAE7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7D5; }
p { color: rgb(202,231,213); }
H1.HeaderClassName
{
color: #CAE7D5;
}
.AnyTagClassName
{
color: #CAE7D5;
}
</style>
background-color css
<style>
a { background-color: #CAE7D5; }
a { background-color: rgb(202,231,213); }
div.DivClassName
{
background-color: #CAE7D5;
}
.BgClassName
{
background-color: #CAE7D5;
}
</style>
border-color css
<style>
span { border-color: #CAE7D5; }
span { border-color: rgb(202,231,213); }
td.TdClassName
{
border-color: #CAE7D5;
}
.TagClassName
{
border-color: #CAE7D5;
}
</style>