Shades of Loafer #DDDABA
Tints of Loafer #DDDABA
RGB
CMYK
RGB Variations
Color information
#DDDABA (or 0xDDDABA) is known color: Loafer. HEX triplet: DD, DA and BA. RGB value is (221,218,186). Sum of RGB (Red+Green+Blue) = 221+218+186=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDABA is #222545. Grayscale: #D7D7D7. Windows color (decimal): -2237766 or 12245725. OLE color: 12245725.
HSL color Cylindrical-coordinate representation of color #DDDABA: hue angle of 54.86º degrees, saturation: 0.34, 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 #DDDABA is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 186 | - |
CMYK | 0 | 0.01 | 0.16 | 0.13 |
HSL | 54.86º | 0.34% | 0.8% | - |
HSV(B) | 54.86º | 0.16% | 0.87% | - |
XYZ | 63.75 | 69.06 | 56.42 | - |
YUV | 215.25 | 111.49 | 132.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 186 | 0 | 0.01 | 0.16 | 0.13 | 54.86 | 0.34 | 0.8 |
Hex | DD | DA | BA | 0 | 1 | 10 | D | 37 | 22 | 50 |
Octal | 335 | 332 | 272 | 0 | 1 | 20 | 15 | 67 | 42 | 120 |
Binary | 11011101 | 11011010 | 10111010 | 0 | 1 | 10000 | 1101 | 110111 | 100010 | 1010000 |
Color Harmonies of #DDDABA
Complementary color
Monochromatic Colors of #DDDABA
Black with #DDDABA
Text Example
Text Example
White with #DDDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDABA; }
p { color: rgb(221,218,186); }
H1.HeaderClassName
{
color: #DDDABA;
}
.AnyTagClassName
{
color: #DDDABA;
}
</style>
background-color css
<style>
a { background-color: #DDDABA; }
a { background-color: rgb(221,218,186); }
div.DivClassName
{
background-color: #DDDABA;
}
.BgClassName
{
background-color: #DDDABA;
}
</style>
border-color css
<style>
span { border-color: #DDDABA; }
span { border-color: rgb(221,218,186); }
td.TdClassName
{
border-color: #DDDABA;
}
.TagClassName
{
border-color: #DDDABA;
}
</style>