Shades of Loafer #DDDEBD
Tints of Loafer #DDDEBD
RGB
CMYK
RGB Variations
Color information
#DDDEBD (or 0xDDDEBD) is known color: Loafer. HEX triplet: DD, DE and BD. RGB value is (221,222,189). Sum of RGB (Red+Green+Blue) = 221+222+189=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEBD is #222142. Grayscale: #DADADA. Windows color (decimal): -2236739 or 12443357. OLE color: 12443357.
HSL color Cylindrical-coordinate representation of color #DDDEBD: hue angle of 61.82º degrees, saturation: 0.33, 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 #DDDEBD is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 189 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.13 |
| HSL | 61.82º | 0.33% | 0.81% | - |
| HSV(B) | 61.82º | 0.15% | 0.87% | - |
| XYZ | 65.13 | 71.29 | 58.47 | - |
| YUV | 217.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 189 | 0.00 | 0 | 0.15 | 0.13 | 61.82 | 0.33 | 0.81 |
| Hex | DD | DE | BD | 0 | 0 | F | D | 3E | 21 | 51 |
| Octal | 335 | 336 | 275 | 0 | 0 | 17 | 15 | 76 | 41 | 121 |
| Binary | 11011101 | 11011110 | 10111101 | 0 | 0 | 1111 | 1101 | 111110 | 100001 | 1010001 |
Color Harmonies of #DDDEBD
Complementary color
Monochromatic Colors of #DDDEBD
Black with #DDDEBD
Text Example
Text Example
White with #DDDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEBD; }
p { color: rgb(221,222,189); }
H1.HeaderClassName
{
color: #DDDEBD;
}
.AnyTagClassName
{
color: #DDDEBD;
}
</style>
background-color css
<style>
a { background-color: #DDDEBD; }
a { background-color: rgb(221,222,189); }
div.DivClassName
{
background-color: #DDDEBD;
}
.BgClassName
{
background-color: #DDDEBD;
}
</style>
border-color css
<style>
span { border-color: #DDDEBD; }
span { border-color: rgb(221,222,189); }
td.TdClassName
{
border-color: #DDDEBD;
}
.TagClassName
{
border-color: #DDDEBD;
}
</style>