Shades of Granny Apple #C8EBD0
Tints of Granny Apple #C8EBD0
RGB
CMYK
RGB Variations
Color information
#C8EBD0 (or 0xC8EBD0) is known color: Granny Apple. HEX triplet: C8, EB and D0. RGB value is (200,235,208). Sum of RGB (Red+Green+Blue) = 200+235+208=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBD0 is #37142F. Grayscale: #DDDDDD. Windows color (decimal): -3609648 or 13691848. OLE color: 13691848.
HSL color Cylindrical-coordinate representation of color #C8EBD0: hue angle of 133.71º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8EBD0 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 208 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.08 |
| HSL | 133.71º | 0.47% | 0.85% | - |
| HSV(B) | 133.71º | 0.15% | 0.92% | - |
| XYZ | 64.91 | 76.25 | 70.97 | - |
| YUV | 221.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 208 | 0.15 | 0 | 0.11 | 0.08 | 133.71 | 0.47 | 0.85 |
| Hex | C8 | EB | D0 | F | 0 | B | 8 | 86 | 2F | 55 |
| Octal | 310 | 353 | 320 | 17 | 0 | 13 | 10 | 206 | 57 | 125 |
| Binary | 11001000 | 11101011 | 11010000 | 1111 | 0 | 1011 | 1000 | 10000110 | 101111 | 1010101 |
Color Harmonies of #C8EBD0
Complementary color
Monochromatic Colors of #C8EBD0
Black with #C8EBD0
Text Example
Text Example
White with #C8EBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EBD0; }
p { color: rgb(200,235,208); }
H1.HeaderClassName
{
color: #C8EBD0;
}
.AnyTagClassName
{
color: #C8EBD0;
}
</style>
background-color css
<style>
a { background-color: #C8EBD0; }
a { background-color: rgb(200,235,208); }
div.DivClassName
{
background-color: #C8EBD0;
}
.BgClassName
{
background-color: #C8EBD0;
}
</style>
border-color css
<style>
span { border-color: #C8EBD0; }
span { border-color: rgb(200,235,208); }
td.TdClassName
{
border-color: #C8EBD0;
}
.TagClassName
{
border-color: #C8EBD0;
}
</style>