Shades of Granny Apple #D0DAD2
Tints of Granny Apple #D0DAD2
RGB
CMYK
RGB Variations
Color information
#D0DAD2 (or 0xD0DAD2) is known color: Granny Apple. HEX triplet: D0, DA and D2. RGB value is (208,218,210). Sum of RGB (Red+Green+Blue) = 208+218+210=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAD2 is #2F252D. Grayscale: #D6D6D6. Windows color (decimal): -3089710 or 13818576. OLE color: 13818576.
HSL color Cylindrical-coordinate representation of color #D0DAD2: hue angle of 132º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0DAD2 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 208 | 218 | 210 | - |
CMYK | 0.05 | 0 | 0.04 | 0.15 |
HSL | 132º | 0.12% | 0.84% | - |
HSV(B) | 132º | 0.05% | 0.85% | - |
XYZ | 62.72 | 68.21 | 70.83 | - |
YUV | 214.1 | 125.69 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 218 | 210 | 0.05 | 0 | 0.04 | 0.15 | 132 | 0.12 | 0.84 |
Hex | D0 | DA | D2 | 5 | 0 | 4 | F | 84 | C | 54 |
Octal | 320 | 332 | 322 | 5 | 0 | 4 | 17 | 204 | 14 | 124 |
Binary | 11010000 | 11011010 | 11010010 | 101 | 0 | 100 | 1111 | 10000100 | 1100 | 1010100 |
Color Harmonies of #D0DAD2
Complementary color
Monochromatic Colors of #D0DAD2
Black with #D0DAD2
Text Example
Text Example
White with #D0DAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DAD2; }
p { color: rgb(208,218,210); }
H1.HeaderClassName
{
color: #D0DAD2;
}
.AnyTagClassName
{
color: #D0DAD2;
}
</style>
background-color css
<style>
a { background-color: #D0DAD2; }
a { background-color: rgb(208,218,210); }
div.DivClassName
{
background-color: #D0DAD2;
}
.BgClassName
{
background-color: #D0DAD2;
}
</style>
border-color css
<style>
span { border-color: #D0DAD2; }
span { border-color: rgb(208,218,210); }
td.TdClassName
{
border-color: #D0DAD2;
}
.TagClassName
{
border-color: #D0DAD2;
}
</style>