Shades of Granny Apple #CDDCD1
Tints of Granny Apple #CDDCD1
RGB
CMYK
RGB Variations
Color information
#CDDCD1 (or 0xCDDCD1) is known color: Granny Apple. HEX triplet: CD, DC and D1. RGB value is (205,220,209). Sum of RGB (Red+Green+Blue) = 205+220+209=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCD1 is #32232E. Grayscale: #D6D6D6. Windows color (decimal): -3285807 or 13753549. OLE color: 13753549.
HSL color Cylindrical-coordinate representation of color #CDDCD1: hue angle of 136º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDCD1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 209 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.14 |
| HSL | 136º | 0.18% | 0.83% | - |
| HSV(B) | 136º | 0.07% | 0.86% | - |
| XYZ | 62.28 | 68.77 | 70.31 | - |
| YUV | 214.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 209 | 0.07 | 0 | 0.05 | 0.14 | 136 | 0.18 | 0.83 |
| Hex | CD | DC | D1 | 7 | 0 | 5 | E | 88 | 12 | 53 |
| Octal | 315 | 334 | 321 | 7 | 0 | 5 | 16 | 210 | 22 | 123 |
| Binary | 11001101 | 11011100 | 11010001 | 111 | 0 | 101 | 1110 | 10001000 | 10010 | 1010011 |
Color Harmonies of #CDDCD1
Complementary color
Monochromatic Colors of #CDDCD1
Black with #CDDCD1
Text Example
Text Example
White with #CDDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCD1; }
p { color: rgb(205,220,209); }
H1.HeaderClassName
{
color: #CDDCD1;
}
.AnyTagClassName
{
color: #CDDCD1;
}
</style>
background-color css
<style>
a { background-color: #CDDCD1; }
a { background-color: rgb(205,220,209); }
div.DivClassName
{
background-color: #CDDCD1;
}
.BgClassName
{
background-color: #CDDCD1;
}
</style>
border-color css
<style>
span { border-color: #CDDCD1; }
span { border-color: rgb(205,220,209); }
td.TdClassName
{
border-color: #CDDCD1;
}
.TagClassName
{
border-color: #CDDCD1;
}
</style>