Shades of Granny Apple #C7ECD0
Tints of Granny Apple #C7ECD0
RGB
CMYK
RGB Variations
Color information
#C7ECD0 (or 0xC7ECD0) is known color: Granny Apple. HEX triplet: C7, EC and D0. RGB value is (199,236,208). Sum of RGB (Red+Green+Blue) = 199+236+208=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECD0 is #38132F. Grayscale: #DDDDDD. Windows color (decimal): -3674928 or 13692103. OLE color: 13692103.
HSL color Cylindrical-coordinate representation of color #C7ECD0: hue angle of 134.59º degrees, saturation: 0.49, 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 #C7ECD0 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 236 | 208 | - |
CMYK | 0.16 | 0 | 0.12 | 0.07 |
HSL | 134.59º | 0.49% | 0.85% | - |
HSV(B) | 134.59º | 0.16% | 0.93% | - |
XYZ | 64.93 | 76.69 | 71.05 | - |
YUV | 221.75 | 120.24 | 111.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 208 | 0.16 | 0 | 0.12 | 0.07 | 134.59 | 0.49 | 0.85 |
Hex | C7 | EC | D0 | 10 | 0 | C | 7 | 87 | 31 | 55 |
Octal | 307 | 354 | 320 | 20 | 0 | 14 | 7 | 207 | 61 | 125 |
Binary | 11000111 | 11101100 | 11010000 | 10000 | 0 | 1100 | 111 | 10000111 | 110001 | 1010101 |
Color Harmonies of #C7ECD0
Complementary color
Monochromatic Colors of #C7ECD0
Black with #C7ECD0
Text Example
Text Example
White with #C7ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECD0; }
p { color: rgb(199,236,208); }
H1.HeaderClassName
{
color: #C7ECD0;
}
.AnyTagClassName
{
color: #C7ECD0;
}
</style>
background-color css
<style>
a { background-color: #C7ECD0; }
a { background-color: rgb(199,236,208); }
div.DivClassName
{
background-color: #C7ECD0;
}
.BgClassName
{
background-color: #C7ECD0;
}
</style>
border-color css
<style>
span { border-color: #C7ECD0; }
span { border-color: rgb(199,236,208); }
td.TdClassName
{
border-color: #C7ECD0;
}
.TagClassName
{
border-color: #C7ECD0;
}
</style>