Shades of Ebb #DFD5D3
Tints of Ebb #DFD5D3
RGB
CMYK
RGB Variations
Color information
#DFD5D3 (or 0xDFD5D3) is known color: Ebb. HEX triplet: DF, D5 and D3. RGB value is (223,213,211). Sum of RGB (Red+Green+Blue) = 223+213+211=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D3 is #202A2C. Grayscale: #D7D7D7. Windows color (decimal): -2107949 or 13882847. OLE color: 13882847.
HSL color Cylindrical-coordinate representation of color #DFD5D3: hue angle of 10º 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 #DFD5D3 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 211 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.13 |
| HSL | 10º | 0.16% | 0.85% | - |
| HSV(B) | 10º | 0.05% | 0.87% | - |
| XYZ | 65.98 | 67.98 | 71.27 | - |
| YUV | 215.76 | 125.31 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 211 | 0 | 0.04 | 0.05 | 0.13 | 10 | 0.16 | 0.85 |
| Hex | DF | D5 | D3 | 0 | 4 | 5 | D | A | 10 | 55 |
| Octal | 337 | 325 | 323 | 0 | 4 | 5 | 15 | 12 | 20 | 125 |
| Binary | 11011111 | 11010101 | 11010011 | 0 | 100 | 101 | 1101 | 1010 | 10000 | 1010101 |
Color Harmonies of #DFD5D3
Complementary color
Monochromatic Colors of #DFD5D3
Black with #DFD5D3
Text Example
Text Example
White with #DFD5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5D3; }
p { color: rgb(223,213,211); }
H1.HeaderClassName
{
color: #DFD5D3;
}
.AnyTagClassName
{
color: #DFD5D3;
}
</style>
background-color css
<style>
a { background-color: #DFD5D3; }
a { background-color: rgb(223,213,211); }
div.DivClassName
{
background-color: #DFD5D3;
}
.BgClassName
{
background-color: #DFD5D3;
}
</style>
border-color css
<style>
span { border-color: #DFD5D3; }
span { border-color: rgb(223,213,211); }
td.TdClassName
{
border-color: #DFD5D3;
}
.TagClassName
{
border-color: #DFD5D3;
}
</style>