Shades of Granny Apple #C9DDCD
Tints of Granny Apple #C9DDCD
RGB
CMYK
RGB Variations
Color information
#C9DDCD (or 0xC9DDCD) is known color: Granny Apple. HEX triplet: C9, DD and CD. RGB value is (201,221,205). Sum of RGB (Red+Green+Blue) = 201+221+205=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDCD is #362232. Grayscale: #D5D5D5. Windows color (decimal): -3547699 or 13491657. OLE color: 13491657.
HSL color Cylindrical-coordinate representation of color #C9DDCD: hue angle of 132º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDCD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 205 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.13 |
| HSL | 132º | 0.23% | 0.83% | - |
| HSV(B) | 132º | 0.09% | 0.87% | - |
| XYZ | 60.96 | 68.54 | 67.77 | - |
| YUV | 213.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 205 | 0.09 | 0 | 0.07 | 0.13 | 132 | 0.23 | 0.83 |
| Hex | C9 | DD | CD | 9 | 0 | 7 | D | 84 | 17 | 53 |
| Octal | 311 | 335 | 315 | 11 | 0 | 7 | 15 | 204 | 27 | 123 |
| Binary | 11001001 | 11011101 | 11001101 | 1001 | 0 | 111 | 1101 | 10000100 | 10111 | 1010011 |
Color Harmonies of #C9DDCD
Complementary color
Monochromatic Colors of #C9DDCD
Black with #C9DDCD
Text Example
Text Example
White with #C9DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDCD; }
p { color: rgb(201,221,205); }
H1.HeaderClassName
{
color: #C9DDCD;
}
.AnyTagClassName
{
color: #C9DDCD;
}
</style>
background-color css
<style>
a { background-color: #C9DDCD; }
a { background-color: rgb(201,221,205); }
div.DivClassName
{
background-color: #C9DDCD;
}
.BgClassName
{
background-color: #C9DDCD;
}
</style>
border-color css
<style>
span { border-color: #C9DDCD; }
span { border-color: rgb(201,221,205); }
td.TdClassName
{
border-color: #C9DDCD;
}
.TagClassName
{
border-color: #C9DDCD;
}
</style>