Shades of Loafer #DDDEBB
Tints of Loafer #DDDEBB
RGB
CMYK
RGB Variations
Color information
#DDDEBB (or 0xDDDEBB) is known color: Loafer. HEX triplet: DD, DE and BB. RGB value is (221,222,187). Sum of RGB (Red+Green+Blue) = 221+222+187=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDEBB is #222144. Grayscale: #D9D9D9. Windows color (decimal): -2236741 or 12312285. OLE color: 12312285.
HSL color Cylindrical-coordinate representation of color #DDDEBB: hue angle of 61.71º degrees, saturation: 0.35, 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 #DDDEBB is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 222 | 187 | - |
| CMYK | 0.00 | 0 | 0.16 | 0.13 |
| HSL | 61.71º | 0.35% | 0.8% | - |
| HSV(B) | 61.71º | 0.16% | 0.87% | - |
| XYZ | 64.91 | 71.2 | 57.34 | - |
| YUV | 217.71 | 110.67 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 222 | 187 | 0.00 | 0 | 0.16 | 0.13 | 61.71 | 0.35 | 0.8 |
| Hex | DD | DE | BB | 0 | 0 | 10 | D | 3E | 23 | 50 |
| Octal | 335 | 336 | 273 | 0 | 0 | 20 | 15 | 76 | 43 | 120 |
| Binary | 11011101 | 11011110 | 10111011 | 0 | 0 | 10000 | 1101 | 111110 | 100011 | 1010000 |
Color Harmonies of #DDDEBB
Complementary color
Monochromatic Colors of #DDDEBB
Black with #DDDEBB
Text Example
Text Example
White with #DDDEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDEBB; }
p { color: rgb(221,222,187); }
H1.HeaderClassName
{
color: #DDDEBB;
}
.AnyTagClassName
{
color: #DDDEBB;
}
</style>
background-color css
<style>
a { background-color: #DDDEBB; }
a { background-color: rgb(221,222,187); }
div.DivClassName
{
background-color: #DDDEBB;
}
.BgClassName
{
background-color: #DDDEBB;
}
</style>
border-color css
<style>
span { border-color: #DDDEBB; }
span { border-color: rgb(221,222,187); }
td.TdClassName
{
border-color: #DDDEBB;
}
.TagClassName
{
border-color: #DDDEBB;
}
</style>