Shades of Loafer #DFDEBE
Tints of Loafer #DFDEBE
RGB
CMYK
RGB Variations
Color information
#DFDEBE (or 0xDFDEBE) is known color: Loafer. HEX triplet: DF, DE and BE. RGB value is (223,222,190). Sum of RGB (Red+Green+Blue) = 223+222+190=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDEBE is #202141. Grayscale: #DADADA. Windows color (decimal): -2105666 or 12508895. OLE color: 12508895.
HSL color Cylindrical-coordinate representation of color #DFDEBE: hue angle of 58.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFDEBE is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 190 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.13 |
| HSL | 58.18º | 0.34% | 0.81% | - |
| HSV(B) | 58.18º | 0.15% | 0.87% | - |
| XYZ | 65.85 | 71.65 | 59.07 | - |
| YUV | 218.65 | 111.83 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 190 | 0 | 0.00 | 0.15 | 0.13 | 58.18 | 0.34 | 0.81 |
| Hex | DF | DE | BE | 0 | 0 | F | D | 3A | 22 | 51 |
| Octal | 337 | 336 | 276 | 0 | 0 | 17 | 15 | 72 | 42 | 121 |
| Binary | 11011111 | 11011110 | 10111110 | 0 | 0 | 1111 | 1101 | 111010 | 100010 | 1010001 |
Color Harmonies of #DFDEBE
Complementary color
Monochromatic Colors of #DFDEBE
Black with #DFDEBE
Text Example
Text Example
White with #DFDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDEBE; }
p { color: rgb(223,222,190); }
H1.HeaderClassName
{
color: #DFDEBE;
}
.AnyTagClassName
{
color: #DFDEBE;
}
</style>
background-color css
<style>
a { background-color: #DFDEBE; }
a { background-color: rgb(223,222,190); }
div.DivClassName
{
background-color: #DFDEBE;
}
.BgClassName
{
background-color: #DFDEBE;
}
</style>
border-color css
<style>
span { border-color: #DFDEBE; }
span { border-color: rgb(223,222,190); }
td.TdClassName
{
border-color: #DFDEBE;
}
.TagClassName
{
border-color: #DFDEBE;
}
</style>