Shades of Ebb #DFD2D0
Tints of Ebb #DFD2D0
RGB
CMYK
RGB Variations
Color information
#DFD2D0 (or 0xDFD2D0) is known color: Ebb. HEX triplet: DF, D2 and D0. RGB value is (223,210,208). Sum of RGB (Red+Green+Blue) = 223+210+208=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2D0 is #202D2F. Grayscale: #D5D5D5. Windows color (decimal): -2108720 or 13685471. OLE color: 13685471.
HSL color Cylindrical-coordinate representation of color #DFD2D0: hue angle of 8º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD2D0 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 210 | 208 | - |
CMYK | 0 | 0.06 | 0.07 | 0.13 |
HSL | 8º | 0.19% | 0.85% | - |
HSV(B) | 8º | 0.07% | 0.87% | - |
XYZ | 64.86 | 66.34 | 69.06 | - |
YUV | 213.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 210 | 208 | 0 | 0.06 | 0.07 | 0.13 | 8 | 0.19 | 0.85 |
Hex | DF | D2 | D0 | 0 | 6 | 7 | D | 8 | 13 | 55 |
Octal | 337 | 322 | 320 | 0 | 6 | 7 | 15 | 10 | 23 | 125 |
Binary | 11011111 | 11010010 | 11010000 | 0 | 110 | 111 | 1101 | 1000 | 10011 | 1010101 |
Color Harmonies of #DFD2D0
Complementary color
Monochromatic Colors of #DFD2D0
Black with #DFD2D0
Text Example
Text Example
White with #DFD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2D0; }
p { color: rgb(223,210,208); }
H1.HeaderClassName
{
color: #DFD2D0;
}
.AnyTagClassName
{
color: #DFD2D0;
}
</style>
background-color css
<style>
a { background-color: #DFD2D0; }
a { background-color: rgb(223,210,208); }
div.DivClassName
{
background-color: #DFD2D0;
}
.BgClassName
{
background-color: #DFD2D0;
}
</style>
border-color css
<style>
span { border-color: #DFD2D0; }
span { border-color: rgb(223,210,208); }
td.TdClassName
{
border-color: #DFD2D0;
}
.TagClassName
{
border-color: #DFD2D0;
}
</style>