Shades of Granny Apple #C5D9CD
Tints of Granny Apple #C5D9CD
RGB
CMYK
RGB Variations
Color information
#C5D9CD (or 0xC5D9CD) is known color: Granny Apple. HEX triplet: C5, D9 and CD. RGB value is (197,217,205). Sum of RGB (Red+Green+Blue) = 197+217+205=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9CD is #3A2632. Grayscale: #D1D1D1. Windows color (decimal): -3810867 or 13490629. OLE color: 13490629.
HSL color Cylindrical-coordinate representation of color #C5D9CD: hue angle of 144º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5D9CD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 217 | 205 | - |
CMYK | 0.09 | 0 | 0.06 | 0.15 |
HSL | 144º | 0.21% | 0.81% | - |
HSV(B) | 144º | 0.09% | 0.85% | - |
XYZ | 58.86 | 65.9 | 67.38 | - |
YUV | 209.65 | 125.37 | 118.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 217 | 205 | 0.09 | 0 | 0.06 | 0.15 | 144 | 0.21 | 0.81 |
Hex | C5 | D9 | CD | 9 | 0 | 6 | F | 90 | 15 | 51 |
Octal | 305 | 331 | 315 | 11 | 0 | 6 | 17 | 220 | 25 | 121 |
Binary | 11000101 | 11011001 | 11001101 | 1001 | 0 | 110 | 1111 | 10010000 | 10101 | 1010001 |
Color Harmonies of #C5D9CD
Complementary color
Monochromatic Colors of #C5D9CD
Black with #C5D9CD
Text Example
Text Example
White with #C5D9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D9CD; }
p { color: rgb(197,217,205); }
H1.HeaderClassName
{
color: #C5D9CD;
}
.AnyTagClassName
{
color: #C5D9CD;
}
</style>
background-color css
<style>
a { background-color: #C5D9CD; }
a { background-color: rgb(197,217,205); }
div.DivClassName
{
background-color: #C5D9CD;
}
.BgClassName
{
background-color: #C5D9CD;
}
</style>
border-color css
<style>
span { border-color: #C5D9CD; }
span { border-color: rgb(197,217,205); }
td.TdClassName
{
border-color: #C5D9CD;
}
.TagClassName
{
border-color: #C5D9CD;
}
</style>