Shades of Granny Apple #CAE3CE
Tints of Granny Apple #CAE3CE
RGB
CMYK
RGB Variations
Color information
#CAE3CE (or 0xCAE3CE) is known color: Granny Apple. HEX triplet: CA, E3 and CE. RGB value is (202,227,206). Sum of RGB (Red+Green+Blue) = 202+227+206=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 206 (80.86% from 255 or 32.44% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3CE is #351C31. Grayscale: #D9D9D9. Windows color (decimal): -3480626 or 13558730. OLE color: 13558730.
HSL color Cylindrical-coordinate representation of color #CAE3CE: hue angle of 129.6º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE3CE is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 206 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.11 |
| HSL | 129.6º | 0.31% | 0.84% | - |
| HSV(B) | 129.6º | 0.11% | 0.89% | - |
| XYZ | 62.97 | 71.95 | 68.96 | - |
| YUV | 217.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 206 | 0.11 | 0 | 0.09 | 0.11 | 129.6 | 0.31 | 0.84 |
| Hex | CA | E3 | CE | B | 0 | 9 | B | 82 | 1F | 54 |
| Octal | 312 | 343 | 316 | 13 | 0 | 11 | 13 | 202 | 37 | 124 |
| Binary | 11001010 | 11100011 | 11001110 | 1011 | 0 | 1001 | 1011 | 10000010 | 11111 | 1010100 |
Color Harmonies of #CAE3CE
Complementary color
Monochromatic Colors of #CAE3CE
Black with #CAE3CE
Text Example
Text Example
White with #CAE3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3CE; }
p { color: rgb(202,227,206); }
H1.HeaderClassName
{
color: #CAE3CE;
}
.AnyTagClassName
{
color: #CAE3CE;
}
</style>
background-color css
<style>
a { background-color: #CAE3CE; }
a { background-color: rgb(202,227,206); }
div.DivClassName
{
background-color: #CAE3CE;
}
.BgClassName
{
background-color: #CAE3CE;
}
</style>
border-color css
<style>
span { border-color: #CAE3CE; }
span { border-color: rgb(202,227,206); }
td.TdClassName
{
border-color: #CAE3CE;
}
.TagClassName
{
border-color: #CAE3CE;
}
</style>