Shades of Granny Apple #C9DCCD
Tints of Granny Apple #C9DCCD
RGB
CMYK
RGB Variations
Color information
#C9DCCD (or 0xC9DCCD) is known color: Granny Apple. HEX triplet: C9, DC and CD. RGB value is (201,220,205). Sum of RGB (Red+Green+Blue) = 201+220+205=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCCD is #362332. Grayscale: #D4D4D4. Windows color (decimal): -3547955 or 13491401. OLE color: 13491401.
HSL color Cylindrical-coordinate representation of color #C9DCCD: hue angle of 132.63º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DCCD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 205 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.14 |
| HSL | 132.63º | 0.21% | 0.83% | - |
| HSV(B) | 132.63º | 0.09% | 0.86% | - |
| XYZ | 60.7 | 68.01 | 67.69 | - |
| YUV | 212.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 205 | 0.09 | 0 | 0.07 | 0.14 | 132.63 | 0.21 | 0.83 |
| Hex | C9 | DC | CD | 9 | 0 | 7 | E | 85 | 15 | 53 |
| Octal | 311 | 334 | 315 | 11 | 0 | 7 | 16 | 205 | 25 | 123 |
| Binary | 11001001 | 11011100 | 11001101 | 1001 | 0 | 111 | 1110 | 10000101 | 10101 | 1010011 |
Color Harmonies of #C9DCCD
Complementary color
Monochromatic Colors of #C9DCCD
Black with #C9DCCD
Text Example
Text Example
White with #C9DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCCD; }
p { color: rgb(201,220,205); }
H1.HeaderClassName
{
color: #C9DCCD;
}
.AnyTagClassName
{
color: #C9DCCD;
}
</style>
background-color css
<style>
a { background-color: #C9DCCD; }
a { background-color: rgb(201,220,205); }
div.DivClassName
{
background-color: #C9DCCD;
}
.BgClassName
{
background-color: #C9DCCD;
}
</style>
border-color css
<style>
span { border-color: #C9DCCD; }
span { border-color: rgb(201,220,205); }
td.TdClassName
{
border-color: #C9DCCD;
}
.TagClassName
{
border-color: #C9DCCD;
}
</style>