Shades of Gallery #D8D5D1
Tints of Gallery #D8D5D1
RGB
CMYK
RGB Variations
Color information
#D8D5D1 (or 0xD8D5D1) is known color: Gallery. HEX triplet: D8, D5 and D1. RGB value is (216,213,209). Sum of RGB (Red+Green+Blue) = 216+213+209=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D5D1 is #272A2E. Grayscale: #D5D5D5. Windows color (decimal): -2566703 or 13751768. OLE color: 13751768.
HSL color Cylindrical-coordinate representation of color #D8D5D1: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D5D1 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 213 | 209 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.15 |
| HSL | 34.29º | 0.08% | 0.83% | - |
| HSV(B) | 34.29º | 0.03% | 0.85% | - |
| XYZ | 63.62 | 66.79 | 69.86 | - |
| YUV | 213.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 213 | 209 | 0 | 0.01 | 0.03 | 0.15 | 34.29 | 0.08 | 0.83 |
| Hex | D8 | D5 | D1 | 0 | 1 | 3 | F | 22 | 8 | 53 |
| Octal | 330 | 325 | 321 | 0 | 1 | 3 | 17 | 42 | 10 | 123 |
| Binary | 11011000 | 11010101 | 11010001 | 0 | 1 | 11 | 1111 | 100010 | 1000 | 1010011 |
Color Harmonies of #D8D5D1
Complementary color
Monochromatic Colors of #D8D5D1
Black with #D8D5D1
Text Example
Text Example
White with #D8D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D5D1; }
p { color: rgb(216,213,209); }
H1.HeaderClassName
{
color: #D8D5D1;
}
.AnyTagClassName
{
color: #D8D5D1;
}
</style>
background-color css
<style>
a { background-color: #D8D5D1; }
a { background-color: rgb(216,213,209); }
div.DivClassName
{
background-color: #D8D5D1;
}
.BgClassName
{
background-color: #D8D5D1;
}
</style>
border-color css
<style>
span { border-color: #D8D5D1; }
span { border-color: rgb(216,213,209); }
td.TdClassName
{
border-color: #D8D5D1;
}
.TagClassName
{
border-color: #D8D5D1;
}
</style>