Shades of Ebb #DFD8D7
Tints of Ebb #DFD8D7
RGB
CMYK
RGB Variations
Color information
#DFD8D7 (or 0xDFD8D7) is known color: Ebb. HEX triplet: DF, D8 and D7. RGB value is (223,216,215). Sum of RGB (Red+Green+Blue) = 223+216+215=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8D7 is #202728. Grayscale: #D9D9D9. Windows color (decimal): -2107177 or 14145759. OLE color: 14145759.
HSL color Cylindrical-coordinate representation of color #DFD8D7: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD8D7 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 216 | 215 | - |
CMYK | 0 | 0.03 | 0.04 | 0.13 |
HSL | 7.5º | 0.11% | 0.86% | - |
HSV(B) | 7.5º | 0.04% | 0.87% | - |
XYZ | 67.25 | 69.71 | 74.2 | - |
YUV | 217.98 | 126.32 | 131.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 216 | 215 | 0 | 0.03 | 0.04 | 0.13 | 7.5 | 0.11 | 0.86 |
Hex | DF | D8 | D7 | 0 | 3 | 4 | D | 8 | B | 56 |
Octal | 337 | 330 | 327 | 0 | 3 | 4 | 15 | 10 | 13 | 126 |
Binary | 11011111 | 11011000 | 11010111 | 0 | 11 | 100 | 1101 | 1000 | 1011 | 1010110 |
Color Harmonies of #DFD8D7
Complementary color
Monochromatic Colors of #DFD8D7
Black with #DFD8D7
Text Example
Text Example
White with #DFD8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD8D7; }
p { color: rgb(223,216,215); }
H1.HeaderClassName
{
color: #DFD8D7;
}
.AnyTagClassName
{
color: #DFD8D7;
}
</style>
background-color css
<style>
a { background-color: #DFD8D7; }
a { background-color: rgb(223,216,215); }
div.DivClassName
{
background-color: #DFD8D7;
}
.BgClassName
{
background-color: #DFD8D7;
}
</style>
border-color css
<style>
span { border-color: #DFD8D7; }
span { border-color: rgb(223,216,215); }
td.TdClassName
{
border-color: #DFD8D7;
}
.TagClassName
{
border-color: #DFD8D7;
}
</style>