Shades of Ebb #DFD3CF
Tints of Ebb #DFD3CF
RGB
CMYK
RGB Variations
Color information
#DFD3CF (or 0xDFD3CF) is known color: Ebb. HEX triplet: DF, D3 and CF. RGB value is (223,211,207). Sum of RGB (Red+Green+Blue) = 223+211+207=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 207 (81.25% from 255 or 32.29% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD3CF is #202C30. Grayscale: #D6D6D6. Windows color (decimal): -2108465 or 13620191. OLE color: 13620191.
HSL color Cylindrical-coordinate representation of color #DFD3CF: hue angle of 15º 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 #DFD3CF is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 207 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.13 |
| HSL | 15º | 0.2% | 0.84% | - |
| HSV(B) | 15º | 0.07% | 0.87% | - |
| XYZ | 64.99 | 66.78 | 68.5 | - |
| YUV | 214.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 207 | 0 | 0.05 | 0.07 | 0.13 | 15 | 0.2 | 0.84 |
| Hex | DF | D3 | CF | 0 | 5 | 7 | D | F | 14 | 54 |
| Octal | 337 | 323 | 317 | 0 | 5 | 7 | 15 | 17 | 24 | 124 |
| Binary | 11011111 | 11010011 | 11001111 | 0 | 101 | 111 | 1101 | 1111 | 10100 | 1010100 |
Color Harmonies of #DFD3CF
Complementary color
Monochromatic Colors of #DFD3CF
Black with #DFD3CF
Text Example
Text Example
White with #DFD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD3CF; }
p { color: rgb(223,211,207); }
H1.HeaderClassName
{
color: #DFD3CF;
}
.AnyTagClassName
{
color: #DFD3CF;
}
</style>
background-color css
<style>
a { background-color: #DFD3CF; }
a { background-color: rgb(223,211,207); }
div.DivClassName
{
background-color: #DFD3CF;
}
.BgClassName
{
background-color: #DFD3CF;
}
</style>
border-color css
<style>
span { border-color: #DFD3CF; }
span { border-color: rgb(223,211,207); }
td.TdClassName
{
border-color: #DFD3CF;
}
.TagClassName
{
border-color: #DFD3CF;
}
</style>