Shades of Granny Apple #CAE7CF
Tints of Granny Apple #CAE7CF
RGB
CMYK
RGB Variations
Color information
#CAE7CF (or 0xCAE7CF) is known color: Granny Apple. HEX triplet: CA, E7 and CF. RGB value is (202,231,207). Sum of RGB (Red+Green+Blue) = 202+231+207=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE7CF is #351830. Grayscale: #DBDBDB. Windows color (decimal): -3479601 or 13625290. OLE color: 13625290.
HSL color Cylindrical-coordinate representation of color #CAE7CF: hue angle of 130.34º 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 #CAE7CF is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 207 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.09 |
| HSL | 130.34º | 0.38% | 0.85% | - |
| HSV(B) | 130.34º | 0.13% | 0.91% | - |
| XYZ | 64.2 | 74.21 | 69.97 | - |
| YUV | 219.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 207 | 0.13 | 0 | 0.10 | 0.09 | 130.34 | 0.38 | 0.85 |
| Hex | CA | E7 | CF | D | 0 | A | 9 | 82 | 26 | 55 |
| Octal | 312 | 347 | 317 | 15 | 0 | 12 | 11 | 202 | 46 | 125 |
| Binary | 11001010 | 11100111 | 11001111 | 1101 | 0 | 1010 | 1001 | 10000010 | 100110 | 1010101 |
Color Harmonies of #CAE7CF
Complementary color
Monochromatic Colors of #CAE7CF
Black with #CAE7CF
Text Example
Text Example
White with #CAE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE7CF; }
p { color: rgb(202,231,207); }
H1.HeaderClassName
{
color: #CAE7CF;
}
.AnyTagClassName
{
color: #CAE7CF;
}
</style>
background-color css
<style>
a { background-color: #CAE7CF; }
a { background-color: rgb(202,231,207); }
div.DivClassName
{
background-color: #CAE7CF;
}
.BgClassName
{
background-color: #CAE7CF;
}
</style>
border-color css
<style>
span { border-color: #CAE7CF; }
span { border-color: rgb(202,231,207); }
td.TdClassName
{
border-color: #CAE7CF;
}
.TagClassName
{
border-color: #CAE7CF;
}
</style>