Shades of Loafer #DADABF
Tints of Loafer #DADABF
RGB
CMYK
RGB Variations
Color information
#DADABF (or 0xDADABF) is known color: Loafer. HEX triplet: DA, DA and BF. RGB value is (218,218,191). Sum of RGB (Red+Green+Blue) = 218+218+191=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADABF is #252540. Grayscale: #D7D7D7. Windows color (decimal): -2434369 or 12573402. OLE color: 12573402.
HSL color Cylindrical-coordinate representation of color #DADABF: hue angle of 60º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADABF is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 191 | - |
| CMYK | 0 | 0 | 0.12 | 0.15 |
| HSL | 60º | 0.27% | 0.8% | - |
| HSV(B) | 60º | 0.12% | 0.85% | - |
| XYZ | 63.39 | 68.81 | 59.23 | - |
| YUV | 214.92 | 114.5 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 191 | 0 | 0 | 0.12 | 0.15 | 60 | 0.27 | 0.8 |
| Hex | DA | DA | BF | 0 | 0 | C | F | 3C | 1B | 50 |
| Octal | 332 | 332 | 277 | 0 | 0 | 14 | 17 | 74 | 33 | 120 |
| Binary | 11011010 | 11011010 | 10111111 | 0 | 0 | 1100 | 1111 | 111100 | 11011 | 1010000 |
Color Harmonies of #DADABF
Complementary color
Monochromatic Colors of #DADABF
Black with #DADABF
Text Example
Text Example
White with #DADABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADABF; }
p { color: rgb(218,218,191); }
H1.HeaderClassName
{
color: #DADABF;
}
.AnyTagClassName
{
color: #DADABF;
}
</style>
background-color css
<style>
a { background-color: #DADABF; }
a { background-color: rgb(218,218,191); }
div.DivClassName
{
background-color: #DADABF;
}
.BgClassName
{
background-color: #DADABF;
}
</style>
border-color css
<style>
span { border-color: #DADABF; }
span { border-color: rgb(218,218,191); }
td.TdClassName
{
border-color: #DADABF;
}
.TagClassName
{
border-color: #DADABF;
}
</style>