Shades of Granny Apple #C2EACD
Tints of Granny Apple #C2EACD
RGB
CMYK
RGB Variations
Color information
#C2EACD (or 0xC2EACD) is known color: Granny Apple. HEX triplet: C2, EA and CD. RGB value is (194,234,205). Sum of RGB (Red+Green+Blue) = 194+234+205=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EACD is #3D1532. Grayscale: #DADADA. Windows color (decimal): -4003123 or 13494978. OLE color: 13494978.
HSL color Cylindrical-coordinate representation of color #C2EACD: hue angle of 136.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2EACD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 205 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.08 |
| HSL | 136.5º | 0.49% | 0.84% | - |
| HSV(B) | 136.5º | 0.17% | 0.92% | - |
| XYZ | 62.69 | 74.72 | 68.88 | - |
| YUV | 218.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 205 | 0.17 | 0 | 0.12 | 0.08 | 136.5 | 0.49 | 0.84 |
| Hex | C2 | EA | CD | 11 | 0 | C | 8 | 88 | 31 | 54 |
| Octal | 302 | 352 | 315 | 21 | 0 | 14 | 10 | 210 | 61 | 124 |
| Binary | 11000010 | 11101010 | 11001101 | 10001 | 0 | 1100 | 1000 | 10001000 | 110001 | 1010100 |
Color Harmonies of #C2EACD
Complementary color
Monochromatic Colors of #C2EACD
Black with #C2EACD
Text Example
Text Example
White with #C2EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EACD; }
p { color: rgb(194,234,205); }
H1.HeaderClassName
{
color: #C2EACD;
}
.AnyTagClassName
{
color: #C2EACD;
}
</style>
background-color css
<style>
a { background-color: #C2EACD; }
a { background-color: rgb(194,234,205); }
div.DivClassName
{
background-color: #C2EACD;
}
.BgClassName
{
background-color: #C2EACD;
}
</style>
border-color css
<style>
span { border-color: #C2EACD; }
span { border-color: rgb(194,234,205); }
td.TdClassName
{
border-color: #C2EACD;
}
.TagClassName
{
border-color: #C2EACD;
}
</style>