Shades of Granny Apple #C7EDCF
Tints of Granny Apple #C7EDCF
RGB
CMYK
RGB Variations
Color information
#C7EDCF (or 0xC7EDCF) is known color: Granny Apple. HEX triplet: C7, ED and CF. RGB value is (199,237,207). Sum of RGB (Red+Green+Blue) = 199+237+207=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDCF is #381230. Grayscale: #DEDEDE. Windows color (decimal): -3674673 or 13626823. OLE color: 13626823.
HSL color Cylindrical-coordinate representation of color #C7EDCF: hue angle of 132.63º degrees, saturation: 0.51, 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 #C7EDCF is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 237 | 207 | - |
CMYK | 0.16 | 0 | 0.13 | 0.07 |
HSL | 132.63º | 0.51% | 0.85% | - |
HSV(B) | 132.63º | 0.16% | 0.93% | - |
XYZ | 65.1 | 77.22 | 70.5 | - |
YUV | 222.22 | 119.41 | 111.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 237 | 207 | 0.16 | 0 | 0.13 | 0.07 | 132.63 | 0.51 | 0.85 |
Hex | C7 | ED | CF | 10 | 0 | D | 7 | 85 | 33 | 55 |
Octal | 307 | 355 | 317 | 20 | 0 | 15 | 7 | 205 | 63 | 125 |
Binary | 11000111 | 11101101 | 11001111 | 10000 | 0 | 1101 | 111 | 10000101 | 110011 | 1010101 |
Color Harmonies of #C7EDCF
Complementary color
Monochromatic Colors of #C7EDCF
Black with #C7EDCF
Text Example
Text Example
White with #C7EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EDCF; }
p { color: rgb(199,237,207); }
H1.HeaderClassName
{
color: #C7EDCF;
}
.AnyTagClassName
{
color: #C7EDCF;
}
</style>
background-color css
<style>
a { background-color: #C7EDCF; }
a { background-color: rgb(199,237,207); }
div.DivClassName
{
background-color: #C7EDCF;
}
.BgClassName
{
background-color: #C7EDCF;
}
</style>
border-color css
<style>
span { border-color: #C7EDCF; }
span { border-color: rgb(199,237,207); }
td.TdClassName
{
border-color: #C7EDCF;
}
.TagClassName
{
border-color: #C7EDCF;
}
</style>