Shades of Granny Apple #C8EFD6
Tints of Granny Apple #C8EFD6
RGB
CMYK
RGB Variations
Color information
#C8EFD6 (or 0xC8EFD6) is known color: Granny Apple. HEX triplet: C8, EF and D6. RGB value is (200,239,214). Sum of RGB (Red+Green+Blue) = 200+239+214=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFD6 is #371029. Grayscale: #E0E0E0. Windows color (decimal): -3608618 or 14086088. OLE color: 14086088.
HSL color Cylindrical-coordinate representation of color #C8EFD6: hue angle of 141.54º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFD6 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 214 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.06 |
| HSL | 141.54º | 0.55% | 0.86% | - |
| HSV(B) | 141.54º | 0.16% | 0.94% | - |
| XYZ | 66.82 | 78.87 | 75.32 | - |
| YUV | 224.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 214 | 0.16 | 0 | 0.10 | 0.06 | 141.54 | 0.55 | 0.86 |
| Hex | C8 | EF | D6 | 10 | 0 | A | 6 | 8E | 37 | 56 |
| Octal | 310 | 357 | 326 | 20 | 0 | 12 | 6 | 216 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11010110 | 10000 | 0 | 1010 | 110 | 10001110 | 110111 | 1010110 |
Color Harmonies of #C8EFD6
Complementary color
Monochromatic Colors of #C8EFD6
Black with #C8EFD6
Text Example
Text Example
White with #C8EFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFD6; }
p { color: rgb(200,239,214); }
H1.HeaderClassName
{
color: #C8EFD6;
}
.AnyTagClassName
{
color: #C8EFD6;
}
</style>
background-color css
<style>
a { background-color: #C8EFD6; }
a { background-color: rgb(200,239,214); }
div.DivClassName
{
background-color: #C8EFD6;
}
.BgClassName
{
background-color: #C8EFD6;
}
</style>
border-color css
<style>
span { border-color: #C8EFD6; }
span { border-color: rgb(200,239,214); }
td.TdClassName
{
border-color: #C8EFD6;
}
.TagClassName
{
border-color: #C8EFD6;
}
</style>