Shades of Loafer #DDDABE
Tints of Loafer #DDDABE
RGB
CMYK
RGB Variations
Color information
#DDDABE (or 0xDDDABE) is known color: Loafer. HEX triplet: DD, DA and BE. RGB value is (221,218,190). Sum of RGB (Red+Green+Blue) = 221+218+190=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDABE is #222541. Grayscale: #D7D7D7. Windows color (decimal): -2237762 or 12507869. OLE color: 12507869.
HSL color Cylindrical-coordinate representation of color #DDDABE: hue angle of 54.19º 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 #DDDABE is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 190 | - |
CMYK | 0 | 0.01 | 0.14 | 0.13 |
HSL | 54.19º | 0.31% | 0.81% | - |
HSV(B) | 54.19º | 0.14% | 0.87% | - |
XYZ | 64.18 | 69.23 | 58.7 | - |
YUV | 215.71 | 113.49 | 131.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 190 | 0 | 0.01 | 0.14 | 0.13 | 54.19 | 0.31 | 0.81 |
Hex | DD | DA | BE | 0 | 1 | E | D | 36 | 1F | 51 |
Octal | 335 | 332 | 276 | 0 | 1 | 16 | 15 | 66 | 37 | 121 |
Binary | 11011101 | 11011010 | 10111110 | 0 | 1 | 1110 | 1101 | 110110 | 11111 | 1010001 |
Color Harmonies of #DDDABE
Complementary color
Monochromatic Colors of #DDDABE
Black with #DDDABE
Text Example
Text Example
White with #DDDABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDABE; }
p { color: rgb(221,218,190); }
H1.HeaderClassName
{
color: #DDDABE;
}
.AnyTagClassName
{
color: #DDDABE;
}
</style>
background-color css
<style>
a { background-color: #DDDABE; }
a { background-color: rgb(221,218,190); }
div.DivClassName
{
background-color: #DDDABE;
}
.BgClassName
{
background-color: #DDDABE;
}
</style>
border-color css
<style>
span { border-color: #DDDABE; }
span { border-color: rgb(221,218,190); }
td.TdClassName
{
border-color: #DDDABE;
}
.TagClassName
{
border-color: #DDDABE;
}
</style>