Shades of Granny Apple #CAE3CB
Tints of Granny Apple #CAE3CB
RGB
CMYK
RGB Variations
Color information
#CAE3CB (or 0xCAE3CB) is known color: Granny Apple. HEX triplet: CA, E3 and CB. RGB value is (202,227,203). Sum of RGB (Red+Green+Blue) = 202+227+203=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3CB is #351C34. Grayscale: #D8D8D8. Windows color (decimal): -3480629 or 13362122. OLE color: 13362122.
HSL color Cylindrical-coordinate representation of color #CAE3CB: hue angle of 122.4º 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 #CAE3CB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 203 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.11 |
| HSL | 122.4º | 0.31% | 0.84% | - |
| HSV(B) | 122.4º | 0.11% | 0.89% | - |
| XYZ | 62.61 | 71.81 | 67.06 | - |
| YUV | 216.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 203 | 0.11 | 0 | 0.11 | 0.11 | 122.4 | 0.31 | 0.84 |
| Hex | CA | E3 | CB | B | 0 | B | B | 7A | 1F | 54 |
| Octal | 312 | 343 | 313 | 13 | 0 | 13 | 13 | 172 | 37 | 124 |
| Binary | 11001010 | 11100011 | 11001011 | 1011 | 0 | 1011 | 1011 | 1111010 | 11111 | 1010100 |
Color Harmonies of #CAE3CB
Complementary color
Monochromatic Colors of #CAE3CB
Black with #CAE3CB
Text Example
Text Example
White with #CAE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE3CB; }
p { color: rgb(202,227,203); }
H1.HeaderClassName
{
color: #CAE3CB;
}
.AnyTagClassName
{
color: #CAE3CB;
}
</style>
background-color css
<style>
a { background-color: #CAE3CB; }
a { background-color: rgb(202,227,203); }
div.DivClassName
{
background-color: #CAE3CB;
}
.BgClassName
{
background-color: #CAE3CB;
}
</style>
border-color css
<style>
span { border-color: #CAE3CB; }
span { border-color: rgb(202,227,203); }
td.TdClassName
{
border-color: #CAE3CB;
}
.TagClassName
{
border-color: #CAE3CB;
}
</style>