Shades of Granny Apple #C7E8CF
Tints of Granny Apple #C7E8CF
RGB
CMYK
RGB Variations
Color information
#C7E8CF (or 0xC7E8CF) is known color: Granny Apple. HEX triplet: C7, E8 and CF. RGB value is (199,232,207). Sum of RGB (Red+Green+Blue) = 199+232+207=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #C7E8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7E8CF is #381730. Grayscale: #DBDBDB. Windows color (decimal): -3675953 or 13625543. OLE color: 13625543.
HSL color Cylindrical-coordinate representation of color #C7E8CF: hue angle of 134.55º 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 #C7E8CF is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 232 | 207 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.09 |
| HSL | 134.55º | 0.42% | 0.85% | - |
| HSV(B) | 134.55º | 0.14% | 0.91% | - |
| XYZ | 63.67 | 74.36 | 70.03 | - |
| YUV | 219.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 232 | 207 | 0.14 | 0 | 0.11 | 0.09 | 134.55 | 0.42 | 0.85 |
| Hex | C7 | E8 | CF | E | 0 | B | 9 | 87 | 2A | 55 |
| Octal | 307 | 350 | 317 | 16 | 0 | 13 | 11 | 207 | 52 | 125 |
| Binary | 11000111 | 11101000 | 11001111 | 1110 | 0 | 1011 | 1001 | 10000111 | 101010 | 1010101 |
Color Harmonies of #C7E8CF
Complementary color
Monochromatic Colors of #C7E8CF
Black with #C7E8CF
Text Example
Text Example
White with #C7E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E8CF; }
p { color: rgb(199,232,207); }
H1.HeaderClassName
{
color: #C7E8CF;
}
.AnyTagClassName
{
color: #C7E8CF;
}
</style>
background-color css
<style>
a { background-color: #C7E8CF; }
a { background-color: rgb(199,232,207); }
div.DivClassName
{
background-color: #C7E8CF;
}
.BgClassName
{
background-color: #C7E8CF;
}
</style>
border-color css
<style>
span { border-color: #C7E8CF; }
span { border-color: rgb(199,232,207); }
td.TdClassName
{
border-color: #C7E8CF;
}
.TagClassName
{
border-color: #C7E8CF;
}
</style>