Shades of Ebb #DFD7D5
Tints of Ebb #DFD7D5
RGB
CMYK
RGB Variations
Color information
#DFD7D5 (or 0xDFD7D5) is known color: Ebb. HEX triplet: DF, D7 and D5. RGB value is (223,215,213). Sum of RGB (Red+Green+Blue) = 223+215+213=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 215 (84.38% from 255 or 33.03% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D5 is #20282A. Grayscale: #D9D9D9. Windows color (decimal): -2107435 or 14014431. OLE color: 14014431.
HSL color Cylindrical-coordinate representation of color #DFD7D5: hue angle of 12º degrees, saturation: 0.14, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD7D5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 215 | 213 | - |
CMYK | 0 | 0.04 | 0.04 | 0.13 |
HSL | 12º | 0.14% | 0.85% | - |
HSV(B) | 12º | 0.04% | 0.87% | - |
XYZ | 66.74 | 69.09 | 72.77 | - |
YUV | 217.16 | 125.65 | 132.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 215 | 213 | 0 | 0.04 | 0.04 | 0.13 | 12 | 0.14 | 0.85 |
Hex | DF | D7 | D5 | 0 | 4 | 4 | D | C | E | 55 |
Octal | 337 | 327 | 325 | 0 | 4 | 4 | 15 | 14 | 16 | 125 |
Binary | 11011111 | 11010111 | 11010101 | 0 | 100 | 100 | 1101 | 1100 | 1110 | 1010101 |
Color Harmonies of #DFD7D5
Complementary color
Monochromatic Colors of #DFD7D5
Black with #DFD7D5
Text Example
Text Example
White with #DFD7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7D5; }
p { color: rgb(223,215,213); }
H1.HeaderClassName
{
color: #DFD7D5;
}
.AnyTagClassName
{
color: #DFD7D5;
}
</style>
background-color css
<style>
a { background-color: #DFD7D5; }
a { background-color: rgb(223,215,213); }
div.DivClassName
{
background-color: #DFD7D5;
}
.BgClassName
{
background-color: #DFD7D5;
}
</style>
border-color css
<style>
span { border-color: #DFD7D5; }
span { border-color: rgb(223,215,213); }
td.TdClassName
{
border-color: #DFD7D5;
}
.TagClassName
{
border-color: #DFD7D5;
}
</style>