Shades of Granny Apple #CAE6CA
Tints of Granny Apple #CAE6CA
RGB
CMYK
RGB Variations
Color information
#CAE6CA (or 0xCAE6CA) is known color: Granny Apple. HEX triplet: CA, E6 and CA. RGB value is (202,230,202). Sum of RGB (Red+Green+Blue) = 202+230+202=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6CA is #351935. Grayscale: #DADADA. Windows color (decimal): -3479862 or 13297354. OLE color: 13297354.
HSL color Cylindrical-coordinate representation of color #CAE6CA: hue angle of 120º 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 #CAE6CA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 202 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.10 |
| HSL | 120º | 0.36% | 0.85% | - |
| HSV(B) | 120º | 0.12% | 0.9% | - |
| XYZ | 63.31 | 73.41 | 66.71 | - |
| YUV | 218.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 202 | 0.12 | 0 | 0.12 | 0.10 | 120 | 0.36 | 0.85 |
| Hex | CA | E6 | CA | C | 0 | C | A | 78 | 24 | 55 |
| Octal | 312 | 346 | 312 | 14 | 0 | 14 | 12 | 170 | 44 | 125 |
| Binary | 11001010 | 11100110 | 11001010 | 1100 | 0 | 1100 | 1010 | 1111000 | 100100 | 1010101 |
Color Harmonies of #CAE6CA
Complementary color
Monochromatic Colors of #CAE6CA
Black with #CAE6CA
Text Example
Text Example
White with #CAE6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE6CA; }
p { color: rgb(202,230,202); }
H1.HeaderClassName
{
color: #CAE6CA;
}
.AnyTagClassName
{
color: #CAE6CA;
}
</style>
background-color css
<style>
a { background-color: #CAE6CA; }
a { background-color: rgb(202,230,202); }
div.DivClassName
{
background-color: #CAE6CA;
}
.BgClassName
{
background-color: #CAE6CA;
}
</style>
border-color css
<style>
span { border-color: #CAE6CA; }
span { border-color: rgb(202,230,202); }
td.TdClassName
{
border-color: #CAE6CA;
}
.TagClassName
{
border-color: #CAE6CA;
}
</style>