Shades of Loafer #DAD9C2
Tints of Loafer #DAD9C2
RGB
CMYK
RGB Variations
Color information
#DAD9C2 (or 0xDAD9C2) is known color: Loafer. HEX triplet: DA, D9 and C2. RGB value is (218,217,194). Sum of RGB (Red+Green+Blue) = 218+217+194=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 217 (85.16% from 255 or 34.50% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9C2 is #25263D. Grayscale: #D6D6D6. Windows color (decimal): -2434622 or 12769754. OLE color: 12769754.
HSL color Cylindrical-coordinate representation of color #DAD9C2: hue angle of 57.5º degrees, saturation: 0.24, 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 #DAD9C2 is Cyan = 0, Magento = 0.00, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 217 | 194 | - |
CMYK | 0 | 0.00 | 0.11 | 0.15 |
HSL | 57.5º | 0.24% | 0.81% | - |
HSV(B) | 57.5º | 0.11% | 0.85% | - |
XYZ | 63.46 | 68.43 | 60.9 | - |
YUV | 214.68 | 116.33 | 130.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 217 | 194 | 0 | 0.00 | 0.11 | 0.15 | 57.5 | 0.24 | 0.81 |
Hex | DA | D9 | C2 | 0 | 0 | B | F | 3A | 18 | 51 |
Octal | 332 | 331 | 302 | 0 | 0 | 13 | 17 | 72 | 30 | 121 |
Binary | 11011010 | 11011001 | 11000010 | 0 | 0 | 1011 | 1111 | 111010 | 11000 | 1010001 |
Color Harmonies of #DAD9C2
Complementary color
Monochromatic Colors of #DAD9C2
Black with #DAD9C2
Text Example
Text Example
White with #DAD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD9C2; }
p { color: rgb(218,217,194); }
H1.HeaderClassName
{
color: #DAD9C2;
}
.AnyTagClassName
{
color: #DAD9C2;
}
</style>
background-color css
<style>
a { background-color: #DAD9C2; }
a { background-color: rgb(218,217,194); }
div.DivClassName
{
background-color: #DAD9C2;
}
.BgClassName
{
background-color: #DAD9C2;
}
</style>
border-color css
<style>
span { border-color: #DAD9C2; }
span { border-color: rgb(218,217,194); }
td.TdClassName
{
border-color: #DAD9C2;
}
.TagClassName
{
border-color: #DAD9C2;
}
</style>