Shades of Loafer #DFDEBB
Tints of Loafer #DFDEBB
RGB
CMYK
RGB Variations
Color information
#DFDEBB (or 0xDFDEBB) is known color: Loafer. HEX triplet: DF, DE and BB. RGB value is (223,222,187). Sum of RGB (Red+Green+Blue) = 223+222+187=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEBB is #202144. Grayscale: #DADADA. Windows color (decimal): -2105669 or 12312287. OLE color: 12312287.
HSL color Cylindrical-coordinate representation of color #DFDEBB: hue angle of 58.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFDEBB is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 187 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.13 |
| HSL | 58.33º | 0.36% | 0.8% | - |
| HSV(B) | 58.33º | 0.16% | 0.87% | - |
| XYZ | 65.52 | 71.52 | 57.36 | - |
| YUV | 218.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 187 | 0 | 0.00 | 0.16 | 0.13 | 58.33 | 0.36 | 0.8 |
| Hex | DF | DE | BB | 0 | 0 | 10 | D | 3A | 24 | 50 |
| Octal | 337 | 336 | 273 | 0 | 0 | 20 | 15 | 72 | 44 | 120 |
| Binary | 11011111 | 11011110 | 10111011 | 0 | 0 | 10000 | 1101 | 111010 | 100100 | 1010000 |
Color Harmonies of #DFDEBB
Complementary color
Monochromatic Colors of #DFDEBB
Black with #DFDEBB
Text Example
Text Example
White with #DFDEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEBB; }
p { color: rgb(223,222,187); }
H1.HeaderClassName
{
color: #DFDEBB;
}
.AnyTagClassName
{
color: #DFDEBB;
}
</style>
background-color css
<style>
a { background-color: #DFDEBB; }
a { background-color: rgb(223,222,187); }
div.DivClassName
{
background-color: #DFDEBB;
}
.BgClassName
{
background-color: #DFDEBB;
}
</style>
border-color css
<style>
span { border-color: #DFDEBB; }
span { border-color: rgb(223,222,187); }
td.TdClassName
{
border-color: #DFDEBB;
}
.TagClassName
{
border-color: #DFDEBB;
}
</style>