Shades of Granny Apple #C3EACD
Tints of Granny Apple #C3EACD
RGB
CMYK
RGB Variations
Color information
#C3EACD (or 0xC3EACD) is known color: Granny Apple. HEX triplet: C3, EA and CD. RGB value is (195,234,205). Sum of RGB (Red+Green+Blue) = 195+234+205=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EACD is #3C1532. Grayscale: #DBDBDB. Windows color (decimal): -3937587 or 13494979. OLE color: 13494979.
HSL color Cylindrical-coordinate representation of color #C3EACD: hue angle of 135.38º degrees, saturation: 0.48, 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 #C3EACD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 195 | 234 | 205 | - |
CMYK | 0.17 | 0 | 0.12 | 0.08 |
HSL | 135.38º | 0.48% | 0.84% | - |
HSV(B) | 135.38º | 0.17% | 0.92% | - |
XYZ | 62.95 | 74.86 | 68.89 | - |
YUV | 219.03 | 120.08 | 110.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 234 | 205 | 0.17 | 0 | 0.12 | 0.08 | 135.38 | 0.48 | 0.84 |
Hex | C3 | EA | CD | 11 | 0 | C | 8 | 87 | 30 | 54 |
Octal | 303 | 352 | 315 | 21 | 0 | 14 | 10 | 207 | 60 | 124 |
Binary | 11000011 | 11101010 | 11001101 | 10001 | 0 | 1100 | 1000 | 10000111 | 110000 | 1010100 |
Color Harmonies of #C3EACD
Complementary color
Monochromatic Colors of #C3EACD
Black with #C3EACD
Text Example
Text Example
White with #C3EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EACD; }
p { color: rgb(195,234,205); }
H1.HeaderClassName
{
color: #C3EACD;
}
.AnyTagClassName
{
color: #C3EACD;
}
</style>
background-color css
<style>
a { background-color: #C3EACD; }
a { background-color: rgb(195,234,205); }
div.DivClassName
{
background-color: #C3EACD;
}
.BgClassName
{
background-color: #C3EACD;
}
</style>
border-color css
<style>
span { border-color: #C3EACD; }
span { border-color: rgb(195,234,205); }
td.TdClassName
{
border-color: #C3EACD;
}
.TagClassName
{
border-color: #C3EACD;
}
</style>