Shades of Loafer #DFDDBB
Tints of Loafer #DFDDBB
RGB
CMYK
RGB Variations
Color information
#DFDDBB (or 0xDFDDBB) is known color: Loafer. HEX triplet: DF, DD and BB. RGB value is (223,221,187). Sum of RGB (Red+Green+Blue) = 223+221+187=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDBB is #202244. Grayscale: #D9D9D9. Windows color (decimal): -2105925 or 12312031. OLE color: 12312031.
HSL color Cylindrical-coordinate representation of color #DFDDBB: hue angle of 56.67º 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 #DFDDBB is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 187 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.13 |
| HSL | 56.67º | 0.36% | 0.8% | - |
| HSV(B) | 56.67º | 0.16% | 0.87% | - |
| XYZ | 65.26 | 70.99 | 57.28 | - |
| YUV | 217.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 187 | 0 | 0.01 | 0.16 | 0.13 | 56.67 | 0.36 | 0.8 |
| Hex | DF | DD | BB | 0 | 1 | 10 | D | 39 | 24 | 50 |
| Octal | 337 | 335 | 273 | 0 | 1 | 20 | 15 | 71 | 44 | 120 |
| Binary | 11011111 | 11011101 | 10111011 | 0 | 1 | 10000 | 1101 | 111001 | 100100 | 1010000 |
Color Harmonies of #DFDDBB
Complementary color
Monochromatic Colors of #DFDDBB
Black with #DFDDBB
Text Example
Text Example
White with #DFDDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDBB; }
p { color: rgb(223,221,187); }
H1.HeaderClassName
{
color: #DFDDBB;
}
.AnyTagClassName
{
color: #DFDDBB;
}
</style>
background-color css
<style>
a { background-color: #DFDDBB; }
a { background-color: rgb(223,221,187); }
div.DivClassName
{
background-color: #DFDDBB;
}
.BgClassName
{
background-color: #DFDDBB;
}
</style>
border-color css
<style>
span { border-color: #DFDDBB; }
span { border-color: rgb(223,221,187); }
td.TdClassName
{
border-color: #DFDDBB;
}
.TagClassName
{
border-color: #DFDDBB;
}
</style>