Shades of Ebb #DFD4D2
Tints of Ebb #DFD4D2
RGB
CMYK
RGB Variations
Color information
#DFD4D2 (or 0xDFD4D2) is known color: Ebb. HEX triplet: DF, D4 and D2. RGB value is (223,212,210). Sum of RGB (Red+Green+Blue) = 223+212+210=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4D2 is #202B2D. Grayscale: #D7D7D7. Windows color (decimal): -2108206 or 13817055. OLE color: 13817055.
HSL color Cylindrical-coordinate representation of color #DFD4D2: hue angle of 9.23º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD4D2 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 210 | - |
CMYK | 0 | 0.05 | 0.06 | 0.13 |
HSL | 9.23º | 0.17% | 0.85% | - |
HSV(B) | 9.23º | 0.06% | 0.87% | - |
XYZ | 65.61 | 67.43 | 70.53 | - |
YUV | 215.06 | 125.14 | 133.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 210 | 0 | 0.05 | 0.06 | 0.13 | 9.23 | 0.17 | 0.85 |
Hex | DF | D4 | D2 | 0 | 5 | 6 | D | 9 | 11 | 55 |
Octal | 337 | 324 | 322 | 0 | 5 | 6 | 15 | 11 | 21 | 125 |
Binary | 11011111 | 11010100 | 11010010 | 0 | 101 | 110 | 1101 | 1001 | 10001 | 1010101 |
Color Harmonies of #DFD4D2
Complementary color
Monochromatic Colors of #DFD4D2
Black with #DFD4D2
Text Example
Text Example
White with #DFD4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4D2; }
p { color: rgb(223,212,210); }
H1.HeaderClassName
{
color: #DFD4D2;
}
.AnyTagClassName
{
color: #DFD4D2;
}
</style>
background-color css
<style>
a { background-color: #DFD4D2; }
a { background-color: rgb(223,212,210); }
div.DivClassName
{
background-color: #DFD4D2;
}
.BgClassName
{
background-color: #DFD4D2;
}
</style>
border-color css
<style>
span { border-color: #DFD4D2; }
span { border-color: rgb(223,212,210); }
td.TdClassName
{
border-color: #DFD4D2;
}
.TagClassName
{
border-color: #DFD4D2;
}
</style>