Shades of Granny Apple #C5ECCE
Tints of Granny Apple #C5ECCE
RGB
CMYK
RGB Variations
Color information
#C5ECCE (or 0xC5ECCE) is known color: Granny Apple. HEX triplet: C5, EC and CE. RGB value is (197,236,206). Sum of RGB (Red+Green+Blue) = 197+236+206=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #C5ECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5ECCE is #3A1331. Grayscale: #DCDCDC. Windows color (decimal): -3806002 or 13561029. OLE color: 13561029.
HSL color Cylindrical-coordinate representation of color #C5ECCE: hue angle of 133.85º degrees, saturation: 0.51, 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 #C5ECCE is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 197 | 236 | 206 | - |
CMYK | 0.17 | 0 | 0.13 | 0.07 |
HSL | 133.85º | 0.51% | 0.85% | - |
HSV(B) | 133.85º | 0.17% | 0.93% | - |
XYZ | 64.16 | 76.32 | 69.74 | - |
YUV | 220.92 | 119.58 | 110.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 236 | 206 | 0.17 | 0 | 0.13 | 0.07 | 133.85 | 0.51 | 0.85 |
Hex | C5 | EC | CE | 11 | 0 | D | 7 | 86 | 33 | 55 |
Octal | 305 | 354 | 316 | 21 | 0 | 15 | 7 | 206 | 63 | 125 |
Binary | 11000101 | 11101100 | 11001110 | 10001 | 0 | 1101 | 111 | 10000110 | 110011 | 1010101 |
Color Harmonies of #C5ECCE
Complementary color
Monochromatic Colors of #C5ECCE
Black with #C5ECCE
Text Example
Text Example
White with #C5ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ECCE; }
p { color: rgb(197,236,206); }
H1.HeaderClassName
{
color: #C5ECCE;
}
.AnyTagClassName
{
color: #C5ECCE;
}
</style>
background-color css
<style>
a { background-color: #C5ECCE; }
a { background-color: rgb(197,236,206); }
div.DivClassName
{
background-color: #C5ECCE;
}
.BgClassName
{
background-color: #C5ECCE;
}
</style>
border-color css
<style>
span { border-color: #C5ECCE; }
span { border-color: rgb(197,236,206); }
td.TdClassName
{
border-color: #C5ECCE;
}
.TagClassName
{
border-color: #C5ECCE;
}
</style>