Shades of Loafer #DAD8C0
Tints of Loafer #DAD8C0
RGB
CMYK
RGB Variations
Color information
#DAD8C0 (or 0xDAD8C0) is known color: Loafer. HEX triplet: DA, D8 and C0. RGB value is (218,216,192). Sum of RGB (Red+Green+Blue) = 218+216+192=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 192 (75.39% from 255 or 30.67% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD8C0 is #25273F. Grayscale: #D5D5D5. Windows color (decimal): -2434880 or 12638426. OLE color: 12638426.
HSL color Cylindrical-coordinate representation of color #DAD8C0: hue angle of 55.38º degrees, saturation: 0.26, 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 #DAD8C0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 216 | 192 | - |
CMYK | 0 | 0.01 | 0.12 | 0.15 |
HSL | 55.38º | 0.26% | 0.8% | - |
HSV(B) | 55.38º | 0.12% | 0.85% | - |
XYZ | 62.98 | 67.82 | 59.64 | - |
YUV | 213.86 | 115.66 | 130.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 216 | 192 | 0 | 0.01 | 0.12 | 0.15 | 55.38 | 0.26 | 0.8 |
Hex | DA | D8 | C0 | 0 | 1 | C | F | 37 | 1A | 50 |
Octal | 332 | 330 | 300 | 0 | 1 | 14 | 17 | 67 | 32 | 120 |
Binary | 11011010 | 11011000 | 11000000 | 0 | 1 | 1100 | 1111 | 110111 | 11010 | 1010000 |
Color Harmonies of #DAD8C0
Complementary color
Monochromatic Colors of #DAD8C0
Black with #DAD8C0
Text Example
Text Example
White with #DAD8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8C0; }
p { color: rgb(218,216,192); }
H1.HeaderClassName
{
color: #DAD8C0;
}
.AnyTagClassName
{
color: #DAD8C0;
}
</style>
background-color css
<style>
a { background-color: #DAD8C0; }
a { background-color: rgb(218,216,192); }
div.DivClassName
{
background-color: #DAD8C0;
}
.BgClassName
{
background-color: #DAD8C0;
}
</style>
border-color css
<style>
span { border-color: #DAD8C0; }
span { border-color: rgb(218,216,192); }
td.TdClassName
{
border-color: #DAD8C0;
}
.TagClassName
{
border-color: #DAD8C0;
}
</style>