Shades of Granny Apple #C8E1D0
Tints of Granny Apple #C8E1D0
RGB
CMYK
RGB Variations
Color information
#C8E1D0 (or 0xC8E1D0) is known color: Granny Apple. HEX triplet: C8, E1 and D0. RGB value is (200,225,208). Sum of RGB (Red+Green+Blue) = 200+225+208=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E1D0 is #371E2F. Grayscale: #D7D7D7. Windows color (decimal): -3612208 or 13689288. OLE color: 13689288.
HSL color Cylindrical-coordinate representation of color #C8E1D0: hue angle of 139.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8E1D0 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 208 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.12 |
| HSL | 139.2º | 0.29% | 0.83% | - |
| HSV(B) | 139.2º | 0.11% | 0.88% | - |
| XYZ | 62.13 | 70.68 | 70.04 | - |
| YUV | 215.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 208 | 0.11 | 0 | 0.08 | 0.12 | 139.2 | 0.29 | 0.83 |
| Hex | C8 | E1 | D0 | B | 0 | 8 | C | 8B | 1D | 53 |
| Octal | 310 | 341 | 320 | 13 | 0 | 10 | 14 | 213 | 35 | 123 |
| Binary | 11001000 | 11100001 | 11010000 | 1011 | 0 | 1000 | 1100 | 10001011 | 11101 | 1010011 |
Color Harmonies of #C8E1D0
Complementary color
Monochromatic Colors of #C8E1D0
Black with #C8E1D0
Text Example
Text Example
White with #C8E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1D0; }
p { color: rgb(200,225,208); }
H1.HeaderClassName
{
color: #C8E1D0;
}
.AnyTagClassName
{
color: #C8E1D0;
}
</style>
background-color css
<style>
a { background-color: #C8E1D0; }
a { background-color: rgb(200,225,208); }
div.DivClassName
{
background-color: #C8E1D0;
}
.BgClassName
{
background-color: #C8E1D0;
}
</style>
border-color css
<style>
span { border-color: #C8E1D0; }
span { border-color: rgb(200,225,208); }
td.TdClassName
{
border-color: #C8E1D0;
}
.TagClassName
{
border-color: #C8E1D0;
}
</style>