Shades of Loafer #DADABD
Tints of Loafer #DADABD
RGB
CMYK
RGB Variations
Color information
#DADABD (or 0xDADABD) is known color: Loafer. HEX triplet: DA, DA and BD. RGB value is (218,218,189). Sum of RGB (Red+Green+Blue) = 218+218+189=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADABD is #252542. Grayscale: #D6D6D6. Windows color (decimal): -2434371 or 12442330. OLE color: 12442330.
HSL color Cylindrical-coordinate representation of color #DADABD: hue angle of 60º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADABD is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 189 | - |
| CMYK | 0 | 0 | 0.13 | 0.15 |
| HSL | 60º | 0.28% | 0.8% | - |
| HSV(B) | 60º | 0.13% | 0.85% | - |
| XYZ | 63.17 | 68.72 | 58.08 | - |
| YUV | 214.69 | 113.5 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 189 | 0 | 0 | 0.13 | 0.15 | 60 | 0.28 | 0.8 |
| Hex | DA | DA | BD | 0 | 0 | D | F | 3C | 1C | 50 |
| Octal | 332 | 332 | 275 | 0 | 0 | 15 | 17 | 74 | 34 | 120 |
| Binary | 11011010 | 11011010 | 10111101 | 0 | 0 | 1101 | 1111 | 111100 | 11100 | 1010000 |
Color Harmonies of #DADABD
Complementary color
Monochromatic Colors of #DADABD
Black with #DADABD
Text Example
Text Example
White with #DADABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADABD; }
p { color: rgb(218,218,189); }
H1.HeaderClassName
{
color: #DADABD;
}
.AnyTagClassName
{
color: #DADABD;
}
</style>
background-color css
<style>
a { background-color: #DADABD; }
a { background-color: rgb(218,218,189); }
div.DivClassName
{
background-color: #DADABD;
}
.BgClassName
{
background-color: #DADABD;
}
</style>
border-color css
<style>
span { border-color: #DADABD; }
span { border-color: rgb(218,218,189); }
td.TdClassName
{
border-color: #DADABD;
}
.TagClassName
{
border-color: #DADABD;
}
</style>