Shades of Granny Apple #C3EDCC
Tints of Granny Apple #C3EDCC
RGB
CMYK
RGB Variations
Color information
#C3EDCC (or 0xC3EDCC) is known color: Granny Apple. HEX triplet: C3, ED and CC. RGB value is (195,237,204). Sum of RGB (Red+Green+Blue) = 195+237+204=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #C3EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3EDCC is #3C1233. Grayscale: #DCDCDC. Windows color (decimal): -3936820 or 13430211. OLE color: 13430211.
HSL color Cylindrical-coordinate representation of color #C3EDCC: hue angle of 132.86º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3EDCC is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 204 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.07 |
| HSL | 132.86º | 0.54% | 0.85% | - |
| HSV(B) | 132.86º | 0.18% | 0.93% | - |
| XYZ | 63.69 | 76.53 | 68.54 | - |
| YUV | 220.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 204 | 0.18 | 0 | 0.14 | 0.07 | 132.86 | 0.54 | 0.85 |
| Hex | C3 | ED | CC | 12 | 0 | E | 7 | 85 | 36 | 55 |
| Octal | 303 | 355 | 314 | 22 | 0 | 16 | 7 | 205 | 66 | 125 |
| Binary | 11000011 | 11101101 | 11001100 | 10010 | 0 | 1110 | 111 | 10000101 | 110110 | 1010101 |
Color Harmonies of #C3EDCC
Complementary color
Monochromatic Colors of #C3EDCC
Black with #C3EDCC
Text Example
Text Example
White with #C3EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EDCC; }
p { color: rgb(195,237,204); }
H1.HeaderClassName
{
color: #C3EDCC;
}
.AnyTagClassName
{
color: #C3EDCC;
}
</style>
background-color css
<style>
a { background-color: #C3EDCC; }
a { background-color: rgb(195,237,204); }
div.DivClassName
{
background-color: #C3EDCC;
}
.BgClassName
{
background-color: #C3EDCC;
}
</style>
border-color css
<style>
span { border-color: #C3EDCC; }
span { border-color: rgb(195,237,204); }
td.TdClassName
{
border-color: #C3EDCC;
}
.TagClassName
{
border-color: #C3EDCC;
}
</style>