Shades of Ebb #DFD1CF
Tints of Ebb #DFD1CF
RGB
CMYK
RGB Variations
Color information
#DFD1CF (or 0xDFD1CF) is known color: Ebb. HEX triplet: DF, D1 and CF. RGB value is (223,209,207). Sum of RGB (Red+Green+Blue) = 223+209+207=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD1CF is #202E30. Grayscale: #D4D4D4. Windows color (decimal): -2108977 or 13619679. OLE color: 13619679.
HSL color Cylindrical-coordinate representation of color #DFD1CF: hue angle of 7.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD1CF is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 207 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.13 |
| HSL | 7.5º | 0.2% | 0.84% | - |
| HSV(B) | 7.5º | 0.07% | 0.87% | - |
| XYZ | 64.49 | 65.79 | 68.33 | - |
| YUV | 212.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 207 | 0 | 0.06 | 0.07 | 0.13 | 7.5 | 0.2 | 0.84 |
| Hex | DF | D1 | CF | 0 | 6 | 7 | D | 8 | 14 | 54 |
| Octal | 337 | 321 | 317 | 0 | 6 | 7 | 15 | 10 | 24 | 124 |
| Binary | 11011111 | 11010001 | 11001111 | 0 | 110 | 111 | 1101 | 1000 | 10100 | 1010100 |
Color Harmonies of #DFD1CF
Complementary color
Monochromatic Colors of #DFD1CF
Black with #DFD1CF
Text Example
Text Example
White with #DFD1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD1CF; }
p { color: rgb(223,209,207); }
H1.HeaderClassName
{
color: #DFD1CF;
}
.AnyTagClassName
{
color: #DFD1CF;
}
</style>
background-color css
<style>
a { background-color: #DFD1CF; }
a { background-color: rgb(223,209,207); }
div.DivClassName
{
background-color: #DFD1CF;
}
.BgClassName
{
background-color: #DFD1CF;
}
</style>
border-color css
<style>
span { border-color: #DFD1CF; }
span { border-color: rgb(223,209,207); }
td.TdClassName
{
border-color: #DFD1CF;
}
.TagClassName
{
border-color: #DFD1CF;
}
</style>