Shades of Loafer #DADBBE
Tints of Loafer #DADBBE
RGB
CMYK
RGB Variations
Color information
#DADBBE (or 0xDADBBE) is known color: Loafer. HEX triplet: DA, DB and BE. RGB value is (218,219,190). Sum of RGB (Red+Green+Blue) = 218+219+190=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #DADBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADBBE is #252441. Grayscale: #D7D7D7. Windows color (decimal): -2434114 or 12508122. OLE color: 12508122.
HSL color Cylindrical-coordinate representation of color #DADBBE: hue angle of 62.07º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DADBBE is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 219 | 190 | - |
| CMYK | 0.00 | 0 | 0.13 | 0.14 |
| HSL | 62.07º | 0.29% | 0.8% | - |
| HSV(B) | 62.07º | 0.13% | 0.86% | - |
| XYZ | 63.54 | 69.29 | 58.74 | - |
| YUV | 215.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 219 | 190 | 0.00 | 0 | 0.13 | 0.14 | 62.07 | 0.29 | 0.8 |
| Hex | DA | DB | BE | 0 | 0 | D | E | 3E | 1D | 50 |
| Octal | 332 | 333 | 276 | 0 | 0 | 15 | 16 | 76 | 35 | 120 |
| Binary | 11011010 | 11011011 | 10111110 | 0 | 0 | 1101 | 1110 | 111110 | 11101 | 1010000 |
Color Harmonies of #DADBBE
Complementary color
Monochromatic Colors of #DADBBE
Black with #DADBBE
Text Example
Text Example
White with #DADBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADBBE; }
p { color: rgb(218,219,190); }
H1.HeaderClassName
{
color: #DADBBE;
}
.AnyTagClassName
{
color: #DADBBE;
}
</style>
background-color css
<style>
a { background-color: #DADBBE; }
a { background-color: rgb(218,219,190); }
div.DivClassName
{
background-color: #DADBBE;
}
.BgClassName
{
background-color: #DADBBE;
}
</style>
border-color css
<style>
span { border-color: #DADBBE; }
span { border-color: rgb(218,219,190); }
td.TdClassName
{
border-color: #DADBBE;
}
.TagClassName
{
border-color: #DADBBE;
}
</style>