Shades of Granny Apple #C3ECCD
Tints of Granny Apple #C3ECCD
RGB
CMYK
RGB Variations
Color information
#C3ECCD (or 0xC3ECCD) is known color: Granny Apple. HEX triplet: C3, EC and CD. RGB value is (195,236,205). Sum of RGB (Red+Green+Blue) = 195+236+205=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3ECCD is #3C1332. Grayscale: #DCDCDC. Windows color (decimal): -3937075 or 13495491. OLE color: 13495491.
HSL color Cylindrical-coordinate representation of color #C3ECCD: hue angle of 134.63º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3ECCD is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 205 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.07 |
| HSL | 134.63º | 0.52% | 0.85% | - |
| HSV(B) | 134.63º | 0.17% | 0.93% | - |
| XYZ | 63.52 | 76 | 69.08 | - |
| YUV | 220.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 205 | 0.17 | 0 | 0.13 | 0.07 | 134.63 | 0.52 | 0.85 |
| Hex | C3 | EC | CD | 11 | 0 | D | 7 | 87 | 34 | 55 |
| Octal | 303 | 354 | 315 | 21 | 0 | 15 | 7 | 207 | 64 | 125 |
| Binary | 11000011 | 11101100 | 11001101 | 10001 | 0 | 1101 | 111 | 10000111 | 110100 | 1010101 |
Color Harmonies of #C3ECCD
Complementary color
Monochromatic Colors of #C3ECCD
Black with #C3ECCD
Text Example
Text Example
White with #C3ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECCD; }
p { color: rgb(195,236,205); }
H1.HeaderClassName
{
color: #C3ECCD;
}
.AnyTagClassName
{
color: #C3ECCD;
}
</style>
background-color css
<style>
a { background-color: #C3ECCD; }
a { background-color: rgb(195,236,205); }
div.DivClassName
{
background-color: #C3ECCD;
}
.BgClassName
{
background-color: #C3ECCD;
}
</style>
border-color css
<style>
span { border-color: #C3ECCD; }
span { border-color: rgb(195,236,205); }
td.TdClassName
{
border-color: #C3ECCD;
}
.TagClassName
{
border-color: #C3ECCD;
}
</style>