Shades of Granny Apple #D0DBD2
Tints of Granny Apple #D0DBD2
RGB
CMYK
RGB Variations
Color information
#D0DBD2 (or 0xD0DBD2) is known color: Granny Apple. HEX triplet: D0, DB and D2. RGB value is (208,219,210). Sum of RGB (Red+Green+Blue) = 208+219+210=637 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.65% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D0DBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DBD2 is #2F242D. Grayscale: #D6D6D6. Windows color (decimal): -3089454 or 13818832. OLE color: 13818832.
HSL color Cylindrical-coordinate representation of color #D0DBD2: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DBD2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 219 | 210 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.14 |
| HSL | 130.91º | 0.13% | 0.84% | - |
| HSV(B) | 130.91º | 0.05% | 0.86% | - |
| XYZ | 62.98 | 68.73 | 70.92 | - |
| YUV | 214.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 219 | 210 | 0.05 | 0 | 0.04 | 0.14 | 130.91 | 0.13 | 0.84 |
| Hex | D0 | DB | D2 | 5 | 0 | 4 | E | 83 | D | 54 |
| Octal | 320 | 333 | 322 | 5 | 0 | 4 | 16 | 203 | 15 | 124 |
| Binary | 11010000 | 11011011 | 11010010 | 101 | 0 | 100 | 1110 | 10000011 | 1101 | 1010100 |
Color Harmonies of #D0DBD2
Complementary color
Monochromatic Colors of #D0DBD2
Black with #D0DBD2
Text Example
Text Example
White with #D0DBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DBD2; }
p { color: rgb(208,219,210); }
H1.HeaderClassName
{
color: #D0DBD2;
}
.AnyTagClassName
{
color: #D0DBD2;
}
</style>
background-color css
<style>
a { background-color: #D0DBD2; }
a { background-color: rgb(208,219,210); }
div.DivClassName
{
background-color: #D0DBD2;
}
.BgClassName
{
background-color: #D0DBD2;
}
</style>
border-color css
<style>
span { border-color: #D0DBD2; }
span { border-color: rgb(208,219,210); }
td.TdClassName
{
border-color: #D0DBD2;
}
.TagClassName
{
border-color: #D0DBD2;
}
</style>