Shades of Loafer #DFDBC2
Tints of Loafer #DFDBC2
RGB
CMYK
RGB Variations
Color information
#DFDBC2 (or 0xDFDBC2) is known color: Loafer. HEX triplet: DF, DB and C2. RGB value is (223,219,194). Sum of RGB (Red+Green+Blue) = 223+219+194=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBC2 is #20243D. Grayscale: #D9D9D9. Windows color (decimal): -2106430 or 12770271. OLE color: 12770271.
HSL color Cylindrical-coordinate representation of color #DFDBC2: hue angle of 51.72º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDBC2 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 194 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.13 |
| HSL | 51.72º | 0.31% | 0.82% | - |
| HSV(B) | 51.72º | 0.13% | 0.87% | - |
| XYZ | 65.5 | 70.25 | 61.15 | - |
| YUV | 217.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 194 | 0 | 0.02 | 0.13 | 0.13 | 51.72 | 0.31 | 0.82 |
| Hex | DF | DB | C2 | 0 | 2 | D | D | 34 | 1F | 52 |
| Octal | 337 | 333 | 302 | 0 | 2 | 15 | 15 | 64 | 37 | 122 |
| Binary | 11011111 | 11011011 | 11000010 | 0 | 10 | 1101 | 1101 | 110100 | 11111 | 1010010 |
Color Harmonies of #DFDBC2
Complementary color
Monochromatic Colors of #DFDBC2
Black with #DFDBC2
Text Example
Text Example
White with #DFDBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBC2; }
p { color: rgb(223,219,194); }
H1.HeaderClassName
{
color: #DFDBC2;
}
.AnyTagClassName
{
color: #DFDBC2;
}
</style>
background-color css
<style>
a { background-color: #DFDBC2; }
a { background-color: rgb(223,219,194); }
div.DivClassName
{
background-color: #DFDBC2;
}
.BgClassName
{
background-color: #DFDBC2;
}
</style>
border-color css
<style>
span { border-color: #DFDBC2; }
span { border-color: rgb(223,219,194); }
td.TdClassName
{
border-color: #DFDBC2;
}
.TagClassName
{
border-color: #DFDBC2;
}
</style>