Shades of Granny Apple #CDD8D0
Tints of Granny Apple #CDD8D0
RGB
CMYK
RGB Variations
Color information
#CDD8D0 (or 0xCDD8D0) is known color: Granny Apple. HEX triplet: CD, D8 and D0. RGB value is (205,216,208). Sum of RGB (Red+Green+Blue) = 205+216+208=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8D0 is #32272F. Grayscale: #D3D3D3. Windows color (decimal): -3286832 or 13686989. OLE color: 13686989.
HSL color Cylindrical-coordinate representation of color #CDD8D0: hue angle of 136.36º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD8D0 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 208 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.15 |
| HSL | 136.36º | 0.12% | 0.83% | - |
| HSV(B) | 136.36º | 0.05% | 0.85% | - |
| XYZ | 61.12 | 66.64 | 69.32 | - |
| YUV | 211.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 208 | 0.05 | 0 | 0.04 | 0.15 | 136.36 | 0.12 | 0.83 |
| Hex | CD | D8 | D0 | 5 | 0 | 4 | F | 88 | C | 53 |
| Octal | 315 | 330 | 320 | 5 | 0 | 4 | 17 | 210 | 14 | 123 |
| Binary | 11001101 | 11011000 | 11010000 | 101 | 0 | 100 | 1111 | 10001000 | 1100 | 1010011 |
Color Harmonies of #CDD8D0
Complementary color
Monochromatic Colors of #CDD8D0
Black with #CDD8D0
Text Example
Text Example
White with #CDD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8D0; }
p { color: rgb(205,216,208); }
H1.HeaderClassName
{
color: #CDD8D0;
}
.AnyTagClassName
{
color: #CDD8D0;
}
</style>
background-color css
<style>
a { background-color: #CDD8D0; }
a { background-color: rgb(205,216,208); }
div.DivClassName
{
background-color: #CDD8D0;
}
.BgClassName
{
background-color: #CDD8D0;
}
</style>
border-color css
<style>
span { border-color: #CDD8D0; }
span { border-color: rgb(205,216,208); }
td.TdClassName
{
border-color: #CDD8D0;
}
.TagClassName
{
border-color: #CDD8D0;
}
</style>