Shades of Granny Apple #C8DED0
Tints of Granny Apple #C8DED0
RGB
CMYK
RGB Variations
Color information
#C8DED0 (or 0xC8DED0) is known color: Granny Apple. HEX triplet: C8, DE and D0. RGB value is (200,222,208). Sum of RGB (Red+Green+Blue) = 200+222+208=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DED0 is #37212F. Grayscale: #D5D5D5. Windows color (decimal): -3612976 or 13688520. OLE color: 13688520.
HSL color Cylindrical-coordinate representation of color #C8DED0: hue angle of 141.82º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DED0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 208 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.13 |
| HSL | 141.82º | 0.25% | 0.83% | - |
| HSV(B) | 141.82º | 0.1% | 0.87% | - |
| XYZ | 61.33 | 69.08 | 69.78 | - |
| YUV | 213.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 208 | 0.10 | 0 | 0.06 | 0.13 | 141.82 | 0.25 | 0.83 |
| Hex | C8 | DE | D0 | A | 0 | 6 | D | 8E | 19 | 53 |
| Octal | 310 | 336 | 320 | 12 | 0 | 6 | 15 | 216 | 31 | 123 |
| Binary | 11001000 | 11011110 | 11010000 | 1010 | 0 | 110 | 1101 | 10001110 | 11001 | 1010011 |
Color Harmonies of #C8DED0
Complementary color
Monochromatic Colors of #C8DED0
Black with #C8DED0
Text Example
Text Example
White with #C8DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DED0; }
p { color: rgb(200,222,208); }
H1.HeaderClassName
{
color: #C8DED0;
}
.AnyTagClassName
{
color: #C8DED0;
}
</style>
background-color css
<style>
a { background-color: #C8DED0; }
a { background-color: rgb(200,222,208); }
div.DivClassName
{
background-color: #C8DED0;
}
.BgClassName
{
background-color: #C8DED0;
}
</style>
border-color css
<style>
span { border-color: #C8DED0; }
span { border-color: rgb(200,222,208); }
td.TdClassName
{
border-color: #C8DED0;
}
.TagClassName
{
border-color: #C8DED0;
}
</style>