Shades of Granny Apple #C2ECD1
Tints of Granny Apple #C2ECD1
RGB
CMYK
RGB Variations
Color information
#C2ECD1 (or 0xC2ECD1) is known color: Granny Apple. HEX triplet: C2, EC and D1. RGB value is (194,236,209). Sum of RGB (Red+Green+Blue) = 194+236+209=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #C2ECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2ECD1 is #3D132E. Grayscale: #DCDCDC. Windows color (decimal): -4002607 or 13757634. OLE color: 13757634.
HSL color Cylindrical-coordinate representation of color #C2ECD1: hue angle of 141.43º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2ECD1 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 194 | 236 | 209 | - |
CMYK | 0.18 | 0 | 0.11 | 0.07 |
HSL | 141.43º | 0.53% | 0.84% | - |
HSV(B) | 141.43º | 0.18% | 0.93% | - |
XYZ | 63.75 | 76.06 | 71.64 | - |
YUV | 220.36 | 121.59 | 109.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 236 | 209 | 0.18 | 0 | 0.11 | 0.07 | 141.43 | 0.53 | 0.84 |
Hex | C2 | EC | D1 | 12 | 0 | B | 7 | 8D | 34 | 54 |
Octal | 302 | 354 | 321 | 22 | 0 | 13 | 7 | 215 | 64 | 124 |
Binary | 11000010 | 11101100 | 11010001 | 10010 | 0 | 1011 | 111 | 10001101 | 110100 | 1010100 |
Color Harmonies of #C2ECD1
Complementary color
Monochromatic Colors of #C2ECD1
Black with #C2ECD1
Text Example
Text Example
White with #C2ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ECD1; }
p { color: rgb(194,236,209); }
H1.HeaderClassName
{
color: #C2ECD1;
}
.AnyTagClassName
{
color: #C2ECD1;
}
</style>
background-color css
<style>
a { background-color: #C2ECD1; }
a { background-color: rgb(194,236,209); }
div.DivClassName
{
background-color: #C2ECD1;
}
.BgClassName
{
background-color: #C2ECD1;
}
</style>
border-color css
<style>
span { border-color: #C2ECD1; }
span { border-color: rgb(194,236,209); }
td.TdClassName
{
border-color: #C2ECD1;
}
.TagClassName
{
border-color: #C2ECD1;
}
</style>