Shades of Granny Apple #C8EED0
Tints of Granny Apple #C8EED0
RGB
CMYK
RGB Variations
Color information
#C8EED0 (or 0xC8EED0) is known color: Granny Apple. HEX triplet: C8, EE and D0. RGB value is (200,238,208). Sum of RGB (Red+Green+Blue) = 200+238+208=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EED0 is #37112F. Grayscale: #DFDFDF. Windows color (decimal): -3608880 or 13692616. OLE color: 13692616.
HSL color Cylindrical-coordinate representation of color #C8EED0: hue angle of 132.63º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EED0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 208 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.07 |
| HSL | 132.63º | 0.53% | 0.86% | - |
| HSV(B) | 132.63º | 0.16% | 0.93% | - |
| XYZ | 65.78 | 77.98 | 71.26 | - |
| YUV | 223.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 208 | 0.16 | 0 | 0.13 | 0.07 | 132.63 | 0.53 | 0.86 |
| Hex | C8 | EE | D0 | 10 | 0 | D | 7 | 85 | 35 | 56 |
| Octal | 310 | 356 | 320 | 20 | 0 | 15 | 7 | 205 | 65 | 126 |
| Binary | 11001000 | 11101110 | 11010000 | 10000 | 0 | 1101 | 111 | 10000101 | 110101 | 1010110 |
Color Harmonies of #C8EED0
Complementary color
Monochromatic Colors of #C8EED0
Black with #C8EED0
Text Example
Text Example
White with #C8EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EED0; }
p { color: rgb(200,238,208); }
H1.HeaderClassName
{
color: #C8EED0;
}
.AnyTagClassName
{
color: #C8EED0;
}
</style>
background-color css
<style>
a { background-color: #C8EED0; }
a { background-color: rgb(200,238,208); }
div.DivClassName
{
background-color: #C8EED0;
}
.BgClassName
{
background-color: #C8EED0;
}
</style>
border-color css
<style>
span { border-color: #C8EED0; }
span { border-color: rgb(200,238,208); }
td.TdClassName
{
border-color: #C8EED0;
}
.TagClassName
{
border-color: #C8EED0;
}
</style>