Shades of Granny Apple #C6EDCE
Tints of Granny Apple #C6EDCE
RGB
CMYK
RGB Variations
Color information
#C6EDCE (or 0xC6EDCE) is known color: Granny Apple. HEX triplet: C6, ED and CE. RGB value is (198,237,206). Sum of RGB (Red+Green+Blue) = 198+237+206=641 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.89% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDCE is #391231. Grayscale: #DDDDDD. Windows color (decimal): -3740210 or 13561286. OLE color: 13561286.
HSL color Cylindrical-coordinate representation of color #C6EDCE: hue angle of 132.31º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6EDCE is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 206 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.07 |
| HSL | 132.31º | 0.52% | 0.85% | - |
| HSV(B) | 132.31º | 0.16% | 0.93% | - |
| XYZ | 64.71 | 77.03 | 69.85 | - |
| YUV | 221.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 206 | 0.16 | 0 | 0.13 | 0.07 | 132.31 | 0.52 | 0.85 |
| Hex | C6 | ED | CE | 10 | 0 | D | 7 | 84 | 34 | 55 |
| Octal | 306 | 355 | 316 | 20 | 0 | 15 | 7 | 204 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11001110 | 10000 | 0 | 1101 | 111 | 10000100 | 110100 | 1010101 |
Color Harmonies of #C6EDCE
Complementary color
Monochromatic Colors of #C6EDCE
Black with #C6EDCE
Text Example
Text Example
White with #C6EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDCE; }
p { color: rgb(198,237,206); }
H1.HeaderClassName
{
color: #C6EDCE;
}
.AnyTagClassName
{
color: #C6EDCE;
}
</style>
background-color css
<style>
a { background-color: #C6EDCE; }
a { background-color: rgb(198,237,206); }
div.DivClassName
{
background-color: #C6EDCE;
}
.BgClassName
{
background-color: #C6EDCE;
}
</style>
border-color css
<style>
span { border-color: #C6EDCE; }
span { border-color: rgb(198,237,206); }
td.TdClassName
{
border-color: #C6EDCE;
}
.TagClassName
{
border-color: #C6EDCE;
}
</style>