Shades of Granny Apple #D0DFD3
Tints of Granny Apple #D0DFD3
RGB
CMYK
RGB Variations
Color information
#D0DFD3 (or 0xD0DFD3) is known color: Granny Apple. HEX triplet: D0, DF and D3. RGB value is (208,223,211). Sum of RGB (Red+Green+Blue) = 208+223+211=642 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.40% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFD3 is #2F202C. Grayscale: #D9D9D9. Windows color (decimal): -3088429 or 13885392. OLE color: 13885392.
HSL color Cylindrical-coordinate representation of color #D0DFD3: hue angle of 132º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DFD3 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 211 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.13 |
| HSL | 132º | 0.19% | 0.85% | - |
| HSV(B) | 132º | 0.07% | 0.87% | - |
| XYZ | 64.16 | 70.89 | 71.93 | - |
| YUV | 217.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 211 | 0.07 | 0 | 0.05 | 0.13 | 132 | 0.19 | 0.85 |
| Hex | D0 | DF | D3 | 7 | 0 | 5 | D | 84 | 13 | 55 |
| Octal | 320 | 337 | 323 | 7 | 0 | 5 | 15 | 204 | 23 | 125 |
| Binary | 11010000 | 11011111 | 11010011 | 111 | 0 | 101 | 1101 | 10000100 | 10011 | 1010101 |
Color Harmonies of #D0DFD3
Complementary color
Monochromatic Colors of #D0DFD3
Black with #D0DFD3
Text Example
Text Example
White with #D0DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFD3; }
p { color: rgb(208,223,211); }
H1.HeaderClassName
{
color: #D0DFD3;
}
.AnyTagClassName
{
color: #D0DFD3;
}
</style>
background-color css
<style>
a { background-color: #D0DFD3; }
a { background-color: rgb(208,223,211); }
div.DivClassName
{
background-color: #D0DFD3;
}
.BgClassName
{
background-color: #D0DFD3;
}
</style>
border-color css
<style>
span { border-color: #D0DFD3; }
span { border-color: rgb(208,223,211); }
td.TdClassName
{
border-color: #D0DFD3;
}
.TagClassName
{
border-color: #D0DFD3;
}
</style>