Shades of Ebb #DFD9D7
Tints of Ebb #DFD9D7
RGB
CMYK
RGB Variations
Color information
#DFD9D7 (or 0xDFD9D7) is known color: Ebb. HEX triplet: DF, D9 and D7. RGB value is (223,217,215). Sum of RGB (Red+Green+Blue) = 223+217+215=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D7 is #202628. Grayscale: #DADADA. Windows color (decimal): -2106921 or 14146015. OLE color: 14146015.
HSL color Cylindrical-coordinate representation of color #DFD9D7: hue angle of 15º 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 #DFD9D7 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 215 | - |
CMYK | 0 | 0.03 | 0.04 | 0.13 |
HSL | 15º | 0.11% | 0.86% | - |
HSV(B) | 15º | 0.04% | 0.87% | - |
XYZ | 67.51 | 70.22 | 74.29 | - |
YUV | 218.57 | 125.99 | 131.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 215 | 0 | 0.03 | 0.04 | 0.13 | 15 | 0.11 | 0.86 |
Hex | DF | D9 | D7 | 0 | 3 | 4 | D | F | B | 56 |
Octal | 337 | 331 | 327 | 0 | 3 | 4 | 15 | 17 | 13 | 126 |
Binary | 11011111 | 11011001 | 11010111 | 0 | 11 | 100 | 1101 | 1111 | 1011 | 1010110 |
Color Harmonies of #DFD9D7
Complementary color
Monochromatic Colors of #DFD9D7
Black with #DFD9D7
Text Example
Text Example
White with #DFD9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9D7; }
p { color: rgb(223,217,215); }
H1.HeaderClassName
{
color: #DFD9D7;
}
.AnyTagClassName
{
color: #DFD9D7;
}
</style>
background-color css
<style>
a { background-color: #DFD9D7; }
a { background-color: rgb(223,217,215); }
div.DivClassName
{
background-color: #DFD9D7;
}
.BgClassName
{
background-color: #DFD9D7;
}
</style>
border-color css
<style>
span { border-color: #DFD9D7; }
span { border-color: rgb(223,217,215); }
td.TdClassName
{
border-color: #DFD9D7;
}
.TagClassName
{
border-color: #DFD9D7;
}
</style>