Shades of Granny Apple #D0DED3
Tints of Granny Apple #D0DED3
RGB
CMYK
RGB Variations
Color information
#D0DED3 (or 0xD0DED3) is known color: Granny Apple. HEX triplet: D0, DE and D3. RGB value is (208,222,211). Sum of RGB (Red+Green+Blue) = 208+222+211=641 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.45% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DED3 is #2F212C. Grayscale: #D8D8D8. Windows color (decimal): -3088685 or 13885136. OLE color: 13885136.
HSL color Cylindrical-coordinate representation of color #D0DED3: hue angle of 132.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0DED3 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 211 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.13 |
| HSL | 132.86º | 0.18% | 0.84% | - |
| HSV(B) | 132.86º | 0.06% | 0.87% | - |
| XYZ | 63.89 | 70.36 | 71.84 | - |
| YUV | 216.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 211 | 0.06 | 0 | 0.05 | 0.13 | 132.86 | 0.18 | 0.84 |
| Hex | D0 | DE | D3 | 6 | 0 | 5 | D | 85 | 12 | 54 |
| Octal | 320 | 336 | 323 | 6 | 0 | 5 | 15 | 205 | 22 | 124 |
| Binary | 11010000 | 11011110 | 11010011 | 110 | 0 | 101 | 1101 | 10000101 | 10010 | 1010100 |
Color Harmonies of #D0DED3
Complementary color
Monochromatic Colors of #D0DED3
Black with #D0DED3
Text Example
Text Example
White with #D0DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DED3; }
p { color: rgb(208,222,211); }
H1.HeaderClassName
{
color: #D0DED3;
}
.AnyTagClassName
{
color: #D0DED3;
}
</style>
background-color css
<style>
a { background-color: #D0DED3; }
a { background-color: rgb(208,222,211); }
div.DivClassName
{
background-color: #D0DED3;
}
.BgClassName
{
background-color: #D0DED3;
}
</style>
border-color css
<style>
span { border-color: #D0DED3; }
span { border-color: rgb(208,222,211); }
td.TdClassName
{
border-color: #D0DED3;
}
.TagClassName
{
border-color: #D0DED3;
}
</style>