Shades of Loafer #DDD9BF
Tints of Loafer #DDD9BF
RGB
CMYK
RGB Variations
Color information
#DDD9BF (or 0xDDD9BF) is known color: Loafer. HEX triplet: DD, D9 and BF. RGB value is (221,217,191). Sum of RGB (Red+Green+Blue) = 221+217+191=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 191 (75% from 255 or 30.37% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9BF is #222640. Grayscale: #D7D7D7. Windows color (decimal): -2238017 or 12573149. OLE color: 12573149.
HSL color Cylindrical-coordinate representation of color #DDD9BF: hue angle of 52º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDD9BF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 191 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.13 |
| HSL | 52º | 0.31% | 0.81% | - |
| HSV(B) | 52º | 0.14% | 0.87% | - |
| XYZ | 64.04 | 68.76 | 59.19 | - |
| YUV | 215.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 191 | 0 | 0.02 | 0.14 | 0.13 | 52 | 0.31 | 0.81 |
| Hex | DD | D9 | BF | 0 | 2 | E | D | 34 | 1F | 51 |
| Octal | 335 | 331 | 277 | 0 | 2 | 16 | 15 | 64 | 37 | 121 |
| Binary | 11011101 | 11011001 | 10111111 | 0 | 10 | 1110 | 1101 | 110100 | 11111 | 1010001 |
Color Harmonies of #DDD9BF
Complementary color
Monochromatic Colors of #DDD9BF
Black with #DDD9BF
Text Example
Text Example
White with #DDD9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9BF; }
p { color: rgb(221,217,191); }
H1.HeaderClassName
{
color: #DDD9BF;
}
.AnyTagClassName
{
color: #DDD9BF;
}
</style>
background-color css
<style>
a { background-color: #DDD9BF; }
a { background-color: rgb(221,217,191); }
div.DivClassName
{
background-color: #DDD9BF;
}
.BgClassName
{
background-color: #DDD9BF;
}
</style>
border-color css
<style>
span { border-color: #DDD9BF; }
span { border-color: rgb(221,217,191); }
td.TdClassName
{
border-color: #DDD9BF;
}
.TagClassName
{
border-color: #DDD9BF;
}
</style>