Shades of Loafer #DADABB
Tints of Loafer #DADABB
RGB
CMYK
RGB Variations
Color information
#DADABB (or 0xDADABB) is known color: Loafer. HEX triplet: DA, DA and BB. RGB value is (218,218,187). Sum of RGB (Red+Green+Blue) = 218+218+187=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADABB is #252544. Grayscale: #D6D6D6. Windows color (decimal): -2434373 or 12311258. OLE color: 12311258.
HSL color Cylindrical-coordinate representation of color #DADABB: hue angle of 60º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADABB is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 187 | - |
CMYK | 0 | 0 | 0.14 | 0.15 |
HSL | 60º | 0.3% | 0.79% | - |
HSV(B) | 60º | 0.14% | 0.85% | - |
XYZ | 62.95 | 68.64 | 56.94 | - |
YUV | 214.47 | 112.5 | 130.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 187 | 0 | 0 | 0.14 | 0.15 | 60 | 0.3 | 0.79 |
Hex | DA | DA | BB | 0 | 0 | E | F | 3C | 1E | 4F |
Octal | 332 | 332 | 273 | 0 | 0 | 16 | 17 | 74 | 36 | 117 |
Binary | 11011010 | 11011010 | 10111011 | 0 | 0 | 1110 | 1111 | 111100 | 11110 | 1001111 |
Color Harmonies of #DADABB
Complementary color
Monochromatic Colors of #DADABB
Black with #DADABB
Text Example
Text Example
White with #DADABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADABB; }
p { color: rgb(218,218,187); }
H1.HeaderClassName
{
color: #DADABB;
}
.AnyTagClassName
{
color: #DADABB;
}
</style>
background-color css
<style>
a { background-color: #DADABB; }
a { background-color: rgb(218,218,187); }
div.DivClassName
{
background-color: #DADABB;
}
.BgClassName
{
background-color: #DADABB;
}
</style>
border-color css
<style>
span { border-color: #DADABB; }
span { border-color: rgb(218,218,187); }
td.TdClassName
{
border-color: #DADABB;
}
.TagClassName
{
border-color: #DADABB;
}
</style>