Shades of Ebb #DFDAD8
Tints of Ebb #DFDAD8
RGB
CMYK
RGB Variations
Color information
#DFDAD8 (or 0xDFDAD8) is known color: Ebb. HEX triplet: DF, DA and D8. RGB value is (223,218,216). Sum of RGB (Red+Green+Blue) = 223+218+216=657 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.94% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD8 is #202527. Grayscale: #DBDBDB. Windows color (decimal): -2106664 or 14211807. OLE color: 14211807.
HSL color Cylindrical-coordinate representation of color #DFDAD8: hue angle of 17.14º 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 #DFDAD8 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 216 | - |
CMYK | 0 | 0.02 | 0.03 | 0.13 |
HSL | 17.14º | 0.1% | 0.86% | - |
HSV(B) | 17.14º | 0.03% | 0.87% | - |
XYZ | 67.9 | 70.79 | 75.05 | - |
YUV | 219.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 216 | 0 | 0.02 | 0.03 | 0.13 | 17.14 | 0.1 | 0.86 |
Hex | DF | DA | D8 | 0 | 2 | 3 | D | 11 | A | 56 |
Octal | 337 | 332 | 330 | 0 | 2 | 3 | 15 | 21 | 12 | 126 |
Binary | 11011111 | 11011010 | 11011000 | 0 | 10 | 11 | 1101 | 10001 | 1010 | 1010110 |
Color Harmonies of #DFDAD8
Complementary color
Monochromatic Colors of #DFDAD8
Black with #DFDAD8
Text Example
Text Example
White with #DFDAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAD8; }
p { color: rgb(223,218,216); }
H1.HeaderClassName
{
color: #DFDAD8;
}
.AnyTagClassName
{
color: #DFDAD8;
}
</style>
background-color css
<style>
a { background-color: #DFDAD8; }
a { background-color: rgb(223,218,216); }
div.DivClassName
{
background-color: #DFDAD8;
}
.BgClassName
{
background-color: #DFDAD8;
}
</style>
border-color css
<style>
span { border-color: #DFDAD8; }
span { border-color: rgb(223,218,216); }
td.TdClassName
{
border-color: #DFDAD8;
}
.TagClassName
{
border-color: #DFDAD8;
}
</style>