Shades of Granny Apple #C7ECD4
Tints of Granny Apple #C7ECD4
RGB
CMYK
RGB Variations
Color information
#C7ECD4 (or 0xC7ECD4) is known color: Granny Apple. HEX triplet: C7, EC and D4. RGB value is (199,236,212). Sum of RGB (Red+Green+Blue) = 199+236+212=647 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.76% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 212 (83.20% from 255 or 32.77% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #C7ECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7ECD4 is #38132B. Grayscale: #DEDEDE. Windows color (decimal): -3674924 or 13954247. OLE color: 13954247.
HSL color Cylindrical-coordinate representation of color #C7ECD4: hue angle of 141.08º 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 #C7ECD4 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 236 | 212 | - |
CMYK | 0.16 | 0 | 0.10 | 0.07 |
HSL | 141.08º | 0.49% | 0.85% | - |
HSV(B) | 141.08º | 0.16% | 0.93% | - |
XYZ | 65.43 | 76.89 | 73.68 | - |
YUV | 222.2 | 122.24 | 111.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 236 | 212 | 0.16 | 0 | 0.10 | 0.07 | 141.08 | 0.49 | 0.85 |
Hex | C7 | EC | D4 | 10 | 0 | A | 7 | 8D | 31 | 55 |
Octal | 307 | 354 | 324 | 20 | 0 | 12 | 7 | 215 | 61 | 125 |
Binary | 11000111 | 11101100 | 11010100 | 10000 | 0 | 1010 | 111 | 10001101 | 110001 | 1010101 |
Color Harmonies of #C7ECD4
Complementary color
Monochromatic Colors of #C7ECD4
Black with #C7ECD4
Text Example
Text Example
White with #C7ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ECD4; }
p { color: rgb(199,236,212); }
H1.HeaderClassName
{
color: #C7ECD4;
}
.AnyTagClassName
{
color: #C7ECD4;
}
</style>
background-color css
<style>
a { background-color: #C7ECD4; }
a { background-color: rgb(199,236,212); }
div.DivClassName
{
background-color: #C7ECD4;
}
.BgClassName
{
background-color: #C7ECD4;
}
</style>
border-color css
<style>
span { border-color: #C7ECD4; }
span { border-color: rgb(199,236,212); }
td.TdClassName
{
border-color: #C7ECD4;
}
.TagClassName
{
border-color: #C7ECD4;
}
</style>