Shades of Gallery #DFD9D3
Tints of Gallery #DFD9D3
RGB
CMYK
RGB Variations
Color information
#DFD9D3 (or 0xDFD9D3) is known color: Gallery. HEX triplet: DF, D9 and D3. RGB value is (223,217,211). Sum of RGB (Red+Green+Blue) = 223+217+211=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 211 (82.81% from 255 or 32.41% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D3 is #20262C. Grayscale: #DADADA. Windows color (decimal): -2106925 or 13883871. OLE color: 13883871.
HSL color Cylindrical-coordinate representation of color #DFD9D3: hue angle of 30º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD9D3 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 211 | - |
CMYK | 0 | 0.03 | 0.05 | 0.13 |
HSL | 30º | 0.16% | 0.85% | - |
HSV(B) | 30º | 0.05% | 0.87% | - |
XYZ | 67 | 70.02 | 71.61 | - |
YUV | 218.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 211 | 0 | 0.03 | 0.05 | 0.13 | 30 | 0.16 | 0.85 |
Hex | DF | D9 | D3 | 0 | 3 | 5 | D | 1E | 10 | 55 |
Octal | 337 | 331 | 323 | 0 | 3 | 5 | 15 | 36 | 20 | 125 |
Binary | 11011111 | 11011001 | 11010011 | 0 | 11 | 101 | 1101 | 11110 | 10000 | 1010101 |
Color Harmonies of #DFD9D3
Complementary color
Monochromatic Colors of #DFD9D3
Black with #DFD9D3
Text Example
Text Example
White with #DFD9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9D3; }
p { color: rgb(223,217,211); }
H1.HeaderClassName
{
color: #DFD9D3;
}
.AnyTagClassName
{
color: #DFD9D3;
}
</style>
background-color css
<style>
a { background-color: #DFD9D3; }
a { background-color: rgb(223,217,211); }
div.DivClassName
{
background-color: #DFD9D3;
}
.BgClassName
{
background-color: #DFD9D3;
}
</style>
border-color css
<style>
span { border-color: #DFD9D3; }
span { border-color: rgb(223,217,211); }
td.TdClassName
{
border-color: #DFD9D3;
}
.TagClassName
{
border-color: #DFD9D3;
}
</style>