Shades of Ebb #DFD9D8
Tints of Ebb #DFD9D8
RGB
CMYK
RGB Variations
Color information
#DFD9D8 (or 0xDFD9D8) is known color: Ebb. HEX triplet: DF, D9 and D8. RGB value is (223,217,216). Sum of RGB (Red+Green+Blue) = 223+217+216=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D8 is #202627. Grayscale: #DADADA. Windows color (decimal): -2106920 or 14211551. OLE color: 14211551.
HSL color Cylindrical-coordinate representation of color #DFD9D8: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD9D8 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 216 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.13 |
| HSL | 8.57º | 0.1% | 0.86% | - |
| HSV(B) | 8.57º | 0.03% | 0.87% | - |
| XYZ | 67.64 | 70.27 | 74.96 | - |
| YUV | 218.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 216 | 0 | 0.03 | 0.03 | 0.13 | 8.57 | 0.1 | 0.86 |
| Hex | DF | D9 | D8 | 0 | 3 | 3 | D | 9 | A | 56 |
| Octal | 337 | 331 | 330 | 0 | 3 | 3 | 15 | 11 | 12 | 126 |
| Binary | 11011111 | 11011001 | 11011000 | 0 | 11 | 11 | 1101 | 1001 | 1010 | 1010110 |
Color Harmonies of #DFD9D8
Complementary color
Monochromatic Colors of #DFD9D8
Black with #DFD9D8
Text Example
Text Example
White with #DFD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9D8; }
p { color: rgb(223,217,216); }
H1.HeaderClassName
{
color: #DFD9D8;
}
.AnyTagClassName
{
color: #DFD9D8;
}
</style>
background-color css
<style>
a { background-color: #DFD9D8; }
a { background-color: rgb(223,217,216); }
div.DivClassName
{
background-color: #DFD9D8;
}
.BgClassName
{
background-color: #DFD9D8;
}
</style>
border-color css
<style>
span { border-color: #DFD9D8; }
span { border-color: rgb(223,217,216); }
td.TdClassName
{
border-color: #DFD9D8;
}
.TagClassName
{
border-color: #DFD9D8;
}
</style>