Shades of Loafer #DFDDBE
Tints of Loafer #DFDDBE
RGB
CMYK
RGB Variations
Color information
#DFDDBE (or 0xDFDDBE) is known color: Loafer. HEX triplet: DF, DD and BE. RGB value is (223,221,190). Sum of RGB (Red+Green+Blue) = 223+221+190=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDBE is #202241. Grayscale: #DADADA. Windows color (decimal): -2105922 or 12508639. OLE color: 12508639.
HSL color Cylindrical-coordinate representation of color #DFDDBE: hue angle of 56.36º 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 #DFDDBE is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 221 | 190 | - |
CMYK | 0 | 0.01 | 0.15 | 0.13 |
HSL | 56.36º | 0.34% | 0.81% | - |
HSV(B) | 56.36º | 0.15% | 0.87% | - |
XYZ | 65.58 | 71.12 | 58.99 | - |
YUV | 218.06 | 112.16 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 190 | 0 | 0.01 | 0.15 | 0.13 | 56.36 | 0.34 | 0.81 |
Hex | DF | DD | BE | 0 | 1 | F | D | 38 | 22 | 51 |
Octal | 337 | 335 | 276 | 0 | 1 | 17 | 15 | 70 | 42 | 121 |
Binary | 11011111 | 11011101 | 10111110 | 0 | 1 | 1111 | 1101 | 111000 | 100010 | 1010001 |
Color Harmonies of #DFDDBE
Complementary color
Monochromatic Colors of #DFDDBE
Black with #DFDDBE
Text Example
Text Example
White with #DFDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDBE; }
p { color: rgb(223,221,190); }
H1.HeaderClassName
{
color: #DFDDBE;
}
.AnyTagClassName
{
color: #DFDDBE;
}
</style>
background-color css
<style>
a { background-color: #DFDDBE; }
a { background-color: rgb(223,221,190); }
div.DivClassName
{
background-color: #DFDDBE;
}
.BgClassName
{
background-color: #DFDDBE;
}
</style>
border-color css
<style>
span { border-color: #DFDDBE; }
span { border-color: rgb(223,221,190); }
td.TdClassName
{
border-color: #DFDDBE;
}
.TagClassName
{
border-color: #DFDDBE;
}
</style>