Shades of Loafer #DAD6C1
Tints of Loafer #DAD6C1
RGB
CMYK
RGB Variations
Color information
#DAD6C1 (or 0xDAD6C1) is known color: Loafer. HEX triplet: DA, D6 and C1. RGB value is (218,214,193). Sum of RGB (Red+Green+Blue) = 218+214+193=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 193 (75.78% from 255 or 30.88% from 625); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6C1 is #25293E. Grayscale: #D4D4D4. Windows color (decimal): -2435391 or 12703450. OLE color: 12703450.
HSL color Cylindrical-coordinate representation of color #DAD6C1: hue angle of 50.4º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAD6C1 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 214 | 193 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.15 |
| HSL | 50.4º | 0.25% | 0.81% | - |
| HSV(B) | 50.4º | 0.11% | 0.85% | - |
| XYZ | 62.59 | 66.85 | 60.06 | - |
| YUV | 212.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 214 | 193 | 0 | 0.02 | 0.11 | 0.15 | 50.4 | 0.25 | 0.81 |
| Hex | DA | D6 | C1 | 0 | 2 | B | F | 32 | 19 | 51 |
| Octal | 332 | 326 | 301 | 0 | 2 | 13 | 17 | 62 | 31 | 121 |
| Binary | 11011010 | 11010110 | 11000001 | 0 | 10 | 1011 | 1111 | 110010 | 11001 | 1010001 |
Color Harmonies of #DAD6C1
Complementary color
Monochromatic Colors of #DAD6C1
Black with #DAD6C1
Text Example
Text Example
White with #DAD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD6C1; }
p { color: rgb(218,214,193); }
H1.HeaderClassName
{
color: #DAD6C1;
}
.AnyTagClassName
{
color: #DAD6C1;
}
</style>
background-color css
<style>
a { background-color: #DAD6C1; }
a { background-color: rgb(218,214,193); }
div.DivClassName
{
background-color: #DAD6C1;
}
.BgClassName
{
background-color: #DAD6C1;
}
</style>
border-color css
<style>
span { border-color: #DAD6C1; }
span { border-color: rgb(218,214,193); }
td.TdClassName
{
border-color: #DAD6C1;
}
.TagClassName
{
border-color: #DAD6C1;
}
</style>