Shades of Granny Apple #C7E8CD
Tints of Granny Apple #C7E8CD
RGB
CMYK
RGB Variations
Color information
#C7E8CD (or 0xC7E8CD) is known color: Granny Apple. HEX triplet: C7, E8 and CD. RGB value is (199,232,205). Sum of RGB (Red+Green+Blue) = 199+232+205=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E8CD is #381732. Grayscale: #DBDBDB. Windows color (decimal): -3675955 or 13494471. OLE color: 13494471.
HSL color Cylindrical-coordinate representation of color #C7E8CD: hue angle of 130.91º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7E8CD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 232 | 205 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.09 |
| HSL | 130.91º | 0.42% | 0.85% | - |
| HSV(B) | 130.91º | 0.14% | 0.91% | - |
| XYZ | 63.43 | 74.26 | 68.75 | - |
| YUV | 219.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 205 | 0.14 | 0 | 0.12 | 0.09 | 130.91 | 0.42 | 0.85 |
| Hex | C7 | E8 | CD | E | 0 | C | 9 | 83 | 2A | 55 |
| Octal | 307 | 350 | 315 | 16 | 0 | 14 | 11 | 203 | 52 | 125 |
| Binary | 11000111 | 11101000 | 11001101 | 1110 | 0 | 1100 | 1001 | 10000011 | 101010 | 1010101 |
Color Harmonies of #C7E8CD
Complementary color
Monochromatic Colors of #C7E8CD
Black with #C7E8CD
Text Example
Text Example
White with #C7E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8CD; }
p { color: rgb(199,232,205); }
H1.HeaderClassName
{
color: #C7E8CD;
}
.AnyTagClassName
{
color: #C7E8CD;
}
</style>
background-color css
<style>
a { background-color: #C7E8CD; }
a { background-color: rgb(199,232,205); }
div.DivClassName
{
background-color: #C7E8CD;
}
.BgClassName
{
background-color: #C7E8CD;
}
</style>
border-color css
<style>
span { border-color: #C7E8CD; }
span { border-color: rgb(199,232,205); }
td.TdClassName
{
border-color: #C7E8CD;
}
.TagClassName
{
border-color: #C7E8CD;
}
</style>