Shades of Loafer #DFDEBF
Tints of Loafer #DFDEBF
RGB
CMYK
RGB Variations
Color information
#DFDEBF (or 0xDFDEBF) is known color: Loafer. HEX triplet: DF, DE and BF. RGB value is (223,222,191). Sum of RGB (Red+Green+Blue) = 223+222+191=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEBF is #202140. Grayscale: #DADADA. Windows color (decimal): -2105665 or 12574431. OLE color: 12574431.
HSL color Cylindrical-coordinate representation of color #DFDEBF: hue angle of 58.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFDEBF is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 191 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.13 |
| HSL | 58.13º | 0.33% | 0.81% | - |
| HSV(B) | 58.13º | 0.14% | 0.87% | - |
| XYZ | 65.96 | 71.69 | 59.65 | - |
| YUV | 218.77 | 112.33 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 191 | 0 | 0.00 | 0.14 | 0.13 | 58.13 | 0.33 | 0.81 |
| Hex | DF | DE | BF | 0 | 0 | E | D | 3A | 21 | 51 |
| Octal | 337 | 336 | 277 | 0 | 0 | 16 | 15 | 72 | 41 | 121 |
| Binary | 11011111 | 11011110 | 10111111 | 0 | 0 | 1110 | 1101 | 111010 | 100001 | 1010001 |
Color Harmonies of #DFDEBF
Complementary color
Monochromatic Colors of #DFDEBF
Black with #DFDEBF
Text Example
Text Example
White with #DFDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEBF; }
p { color: rgb(223,222,191); }
H1.HeaderClassName
{
color: #DFDEBF;
}
.AnyTagClassName
{
color: #DFDEBF;
}
</style>
background-color css
<style>
a { background-color: #DFDEBF; }
a { background-color: rgb(223,222,191); }
div.DivClassName
{
background-color: #DFDEBF;
}
.BgClassName
{
background-color: #DFDEBF;
}
</style>
border-color css
<style>
span { border-color: #DFDEBF; }
span { border-color: rgb(223,222,191); }
td.TdClassName
{
border-color: #DFDEBF;
}
.TagClassName
{
border-color: #DFDEBF;
}
</style>