Shades of Loafer #DADAC6
Tints of Loafer #DADAC6
RGB
CMYK
RGB Variations
Color information
#DADAC6 (or 0xDADAC6) is known color: Loafer. HEX triplet: DA, DA and C6. RGB value is (218,218,198). Sum of RGB (Red+Green+Blue) = 218+218+198=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAC6 is #252539. Grayscale: #D7D7D7. Windows color (decimal): -2434362 or 13032154. OLE color: 13032154.
HSL color Cylindrical-coordinate representation of color #DADAC6: hue angle of 60º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DADAC6 is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 198 | - |
| CMYK | 0 | 0 | 0.09 | 0.15 |
| HSL | 60º | 0.21% | 0.82% | - |
| HSV(B) | 60º | 0.09% | 0.85% | - |
| XYZ | 64.18 | 69.13 | 63.39 | - |
| YUV | 215.72 | 118 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 198 | 0 | 0 | 0.09 | 0.15 | 60 | 0.21 | 0.82 |
| Hex | DA | DA | C6 | 0 | 0 | 9 | F | 3C | 15 | 52 |
| Octal | 332 | 332 | 306 | 0 | 0 | 11 | 17 | 74 | 25 | 122 |
| Binary | 11011010 | 11011010 | 11000110 | 0 | 0 | 1001 | 1111 | 111100 | 10101 | 1010010 |
Color Harmonies of #DADAC6
Complementary color
Monochromatic Colors of #DADAC6
Black with #DADAC6
Text Example
Text Example
White with #DADAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAC6; }
p { color: rgb(218,218,198); }
H1.HeaderClassName
{
color: #DADAC6;
}
.AnyTagClassName
{
color: #DADAC6;
}
</style>
background-color css
<style>
a { background-color: #DADAC6; }
a { background-color: rgb(218,218,198); }
div.DivClassName
{
background-color: #DADAC6;
}
.BgClassName
{
background-color: #DADAC6;
}
</style>
border-color css
<style>
span { border-color: #DADAC6; }
span { border-color: rgb(218,218,198); }
td.TdClassName
{
border-color: #DADAC6;
}
.TagClassName
{
border-color: #DADAC6;
}
</style>