Shades of Granny Apple #C6EDCF
Tints of Granny Apple #C6EDCF
RGB
CMYK
RGB Variations
Color information
#C6EDCF (or 0xC6EDCF) is known color: Granny Apple. HEX triplet: C6, ED and CF. RGB value is (198,237,207). Sum of RGB (Red+Green+Blue) = 198+237+207=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #C6EDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6EDCF is #391230. Grayscale: #DEDEDE. Windows color (decimal): -3740209 or 13626822. OLE color: 13626822.
HSL color Cylindrical-coordinate representation of color #C6EDCF: hue angle of 133.85º 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 #C6EDCF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 207 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.07 |
| HSL | 133.85º | 0.52% | 0.85% | - |
| HSV(B) | 133.85º | 0.16% | 0.93% | - |
| XYZ | 64.84 | 77.08 | 70.49 | - |
| YUV | 221.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 207 | 0.16 | 0 | 0.13 | 0.07 | 133.85 | 0.52 | 0.85 |
| Hex | C6 | ED | CF | 10 | 0 | D | 7 | 86 | 34 | 55 |
| Octal | 306 | 355 | 317 | 20 | 0 | 15 | 7 | 206 | 64 | 125 |
| Binary | 11000110 | 11101101 | 11001111 | 10000 | 0 | 1101 | 111 | 10000110 | 110100 | 1010101 |
Color Harmonies of #C6EDCF
Complementary color
Monochromatic Colors of #C6EDCF
Black with #C6EDCF
Text Example
Text Example
White with #C6EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6EDCF; }
p { color: rgb(198,237,207); }
H1.HeaderClassName
{
color: #C6EDCF;
}
.AnyTagClassName
{
color: #C6EDCF;
}
</style>
background-color css
<style>
a { background-color: #C6EDCF; }
a { background-color: rgb(198,237,207); }
div.DivClassName
{
background-color: #C6EDCF;
}
.BgClassName
{
background-color: #C6EDCF;
}
</style>
border-color css
<style>
span { border-color: #C6EDCF; }
span { border-color: rgb(198,237,207); }
td.TdClassName
{
border-color: #C6EDCF;
}
.TagClassName
{
border-color: #C6EDCF;
}
</style>