Shades of Granny Apple #C8EDCE
Tints of Granny Apple #C8EDCE
RGB
CMYK
RGB Variations
Color information
#C8EDCE (or 0xC8EDCE) is known color: Granny Apple. HEX triplet: C8, ED and CE. RGB value is (200,237,206). Sum of RGB (Red+Green+Blue) = 200+237+206=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDCE is #371231. Grayscale: #DEDEDE. Windows color (decimal): -3609138 or 13561288. OLE color: 13561288.
HSL color Cylindrical-coordinate representation of color #C8EDCE: hue angle of 129.73º 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 #C8EDCE is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 206 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.07 |
| HSL | 129.73º | 0.51% | 0.86% | - |
| HSV(B) | 129.73º | 0.16% | 0.93% | - |
| XYZ | 65.24 | 77.3 | 69.87 | - |
| YUV | 222.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 206 | 0.16 | 0 | 0.13 | 0.07 | 129.73 | 0.51 | 0.86 |
| Hex | C8 | ED | CE | 10 | 0 | D | 7 | 82 | 33 | 56 |
| Octal | 310 | 355 | 316 | 20 | 0 | 15 | 7 | 202 | 63 | 126 |
| Binary | 11001000 | 11101101 | 11001110 | 10000 | 0 | 1101 | 111 | 10000010 | 110011 | 1010110 |
Color Harmonies of #C8EDCE
Complementary color
Monochromatic Colors of #C8EDCE
Black with #C8EDCE
Text Example
Text Example
White with #C8EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EDCE; }
p { color: rgb(200,237,206); }
H1.HeaderClassName
{
color: #C8EDCE;
}
.AnyTagClassName
{
color: #C8EDCE;
}
</style>
background-color css
<style>
a { background-color: #C8EDCE; }
a { background-color: rgb(200,237,206); }
div.DivClassName
{
background-color: #C8EDCE;
}
.BgClassName
{
background-color: #C8EDCE;
}
</style>
border-color css
<style>
span { border-color: #C8EDCE; }
span { border-color: rgb(200,237,206); }
td.TdClassName
{
border-color: #C8EDCE;
}
.TagClassName
{
border-color: #C8EDCE;
}
</style>