Shades of Granny Apple #C8EDD2
Tints of Granny Apple #C8EDD2
RGB
CMYK
RGB Variations
Color information
#C8EDD2 (or 0xC8EDD2) is known color: Granny Apple. HEX triplet: C8, ED and D2. RGB value is (200,237,210). Sum of RGB (Red+Green+Blue) = 200+237+210=647 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.91% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDD2 is #37122D. Grayscale: #DEDEDE. Windows color (decimal): -3609134 or 13823432. OLE color: 13823432.
HSL color Cylindrical-coordinate representation of color #C8EDD2: hue angle of 136.22º degrees, saturation: 0.51, 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 #C8EDD2 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 210 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.07 |
| HSL | 136.22º | 0.51% | 0.86% | - |
| HSV(B) | 136.22º | 0.16% | 0.93% | - |
| XYZ | 65.74 | 77.5 | 72.47 | - |
| YUV | 222.86 | 120.74 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 210 | 0.16 | 0 | 0.11 | 0.07 | 136.22 | 0.51 | 0.86 |
| Hex | C8 | ED | D2 | 10 | 0 | B | 7 | 88 | 33 | 56 |
| Octal | 310 | 355 | 322 | 20 | 0 | 13 | 7 | 210 | 63 | 126 |
| Binary | 11001000 | 11101101 | 11010010 | 10000 | 0 | 1011 | 111 | 10001000 | 110011 | 1010110 |
Color Harmonies of #C8EDD2
Complementary color
Monochromatic Colors of #C8EDD2
Black with #C8EDD2
Text Example
Text Example
White with #C8EDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDD2; }
p { color: rgb(200,237,210); }
H1.HeaderClassName
{
color: #C8EDD2;
}
.AnyTagClassName
{
color: #C8EDD2;
}
</style>
background-color css
<style>
a { background-color: #C8EDD2; }
a { background-color: rgb(200,237,210); }
div.DivClassName
{
background-color: #C8EDD2;
}
.BgClassName
{
background-color: #C8EDD2;
}
</style>
border-color css
<style>
span { border-color: #C8EDD2; }
span { border-color: rgb(200,237,210); }
td.TdClassName
{
border-color: #C8EDD2;
}
.TagClassName
{
border-color: #C8EDD2;
}
</style>