Shades of Granny Apple #C5EBD3
Tints of Granny Apple #C5EBD3
RGB
CMYK
RGB Variations
Color information
#C5EBD3 (or 0xC5EBD3) is known color: Granny Apple. HEX triplet: C5, EB and D3. RGB value is (197,235,211). Sum of RGB (Red+Green+Blue) = 197+235+211=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 211 (82.81% from 255 or 32.81% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBD3 is #3A142C. Grayscale: #DCDCDC. Windows color (decimal): -3806253 or 13888453. OLE color: 13888453.
HSL color Cylindrical-coordinate representation of color #C5EBD3: hue angle of 142.11º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EBD3 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 197 | 235 | 211 | - |
CMYK | 0.16 | 0 | 0.10 | 0.08 |
HSL | 142.11º | 0.49% | 0.85% | - |
HSV(B) | 142.11º | 0.16% | 0.92% | - |
XYZ | 64.49 | 75.99 | 72.9 | - |
YUV | 220.9 | 122.41 | 110.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 235 | 211 | 0.16 | 0 | 0.10 | 0.08 | 142.11 | 0.49 | 0.85 |
Hex | C5 | EB | D3 | 10 | 0 | A | 8 | 8E | 31 | 55 |
Octal | 305 | 353 | 323 | 20 | 0 | 12 | 10 | 216 | 61 | 125 |
Binary | 11000101 | 11101011 | 11010011 | 10000 | 0 | 1010 | 1000 | 10001110 | 110001 | 1010101 |
Color Harmonies of #C5EBD3
Complementary color
Monochromatic Colors of #C5EBD3
Black with #C5EBD3
Text Example
Text Example
White with #C5EBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EBD3; }
p { color: rgb(197,235,211); }
H1.HeaderClassName
{
color: #C5EBD3;
}
.AnyTagClassName
{
color: #C5EBD3;
}
</style>
background-color css
<style>
a { background-color: #C5EBD3; }
a { background-color: rgb(197,235,211); }
div.DivClassName
{
background-color: #C5EBD3;
}
.BgClassName
{
background-color: #C5EBD3;
}
</style>
border-color css
<style>
span { border-color: #C5EBD3; }
span { border-color: rgb(197,235,211); }
td.TdClassName
{
border-color: #C5EBD3;
}
.TagClassName
{
border-color: #C5EBD3;
}
</style>