Shades of Granny Apple #C8E0CD
Tints of Granny Apple #C8E0CD
RGB
CMYK
RGB Variations
Color information
#C8E0CD (or 0xC8E0CD) is known color: Granny Apple. HEX triplet: C8, E0 and CD. RGB value is (200,224,205). Sum of RGB (Red+Green+Blue) = 200+224+205=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8E0CD is #371F32. Grayscale: #D6D6D6. Windows color (decimal): -3612467 or 13492424. OLE color: 13492424.
HSL color Cylindrical-coordinate representation of color #C8E0CD: hue angle of 132.5º degrees, saturation: 0.28, 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 #C8E0CD is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 205 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.12 |
| HSL | 132.5º | 0.28% | 0.83% | - |
| HSV(B) | 132.5º | 0.11% | 0.88% | - |
| XYZ | 61.49 | 70 | 68.03 | - |
| YUV | 214.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 205 | 0.11 | 0 | 0.08 | 0.12 | 132.5 | 0.28 | 0.83 |
| Hex | C8 | E0 | CD | B | 0 | 8 | C | 84 | 1C | 53 |
| Octal | 310 | 340 | 315 | 13 | 0 | 10 | 14 | 204 | 34 | 123 |
| Binary | 11001000 | 11100000 | 11001101 | 1011 | 0 | 1000 | 1100 | 10000100 | 11100 | 1010011 |
Color Harmonies of #C8E0CD
Complementary color
Monochromatic Colors of #C8E0CD
Black with #C8E0CD
Text Example
Text Example
White with #C8E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0CD; }
p { color: rgb(200,224,205); }
H1.HeaderClassName
{
color: #C8E0CD;
}
.AnyTagClassName
{
color: #C8E0CD;
}
</style>
background-color css
<style>
a { background-color: #C8E0CD; }
a { background-color: rgb(200,224,205); }
div.DivClassName
{
background-color: #C8E0CD;
}
.BgClassName
{
background-color: #C8E0CD;
}
</style>
border-color css
<style>
span { border-color: #C8E0CD; }
span { border-color: rgb(200,224,205); }
td.TdClassName
{
border-color: #C8E0CD;
}
.TagClassName
{
border-color: #C8E0CD;
}
</style>