Shades of Loafer #DADAC4
Tints of Loafer #DADAC4
RGB
CMYK
RGB Variations
Color information
#DADAC4 (or 0xDADAC4) is known color: Loafer. HEX triplet: DA, DA and C4. RGB value is (218,218,196). Sum of RGB (Red+Green+Blue) = 218+218+196=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAC4 is #25253B. Grayscale: #D7D7D7. Windows color (decimal): -2434364 or 12901082. OLE color: 12901082.
HSL color Cylindrical-coordinate representation of color #DADAC4: hue angle of 60º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADAC4 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 218 | 196 | - |
| CMYK | 0 | 0 | 0.10 | 0.15 |
| HSL | 60º | 0.23% | 0.81% | - |
| HSV(B) | 60º | 0.1% | 0.85% | - |
| XYZ | 63.95 | 69.03 | 62.18 | - |
| YUV | 215.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 218 | 196 | 0 | 0 | 0.10 | 0.15 | 60 | 0.23 | 0.81 |
| Hex | DA | DA | C4 | 0 | 0 | A | F | 3C | 17 | 51 |
| Octal | 332 | 332 | 304 | 0 | 0 | 12 | 17 | 74 | 27 | 121 |
| Binary | 11011010 | 11011010 | 11000100 | 0 | 0 | 1010 | 1111 | 111100 | 10111 | 1010001 |
Color Harmonies of #DADAC4
Complementary color
Monochromatic Colors of #DADAC4
Black with #DADAC4
Text Example
Text Example
White with #DADAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAC4; }
p { color: rgb(218,218,196); }
H1.HeaderClassName
{
color: #DADAC4;
}
.AnyTagClassName
{
color: #DADAC4;
}
</style>
background-color css
<style>
a { background-color: #DADAC4; }
a { background-color: rgb(218,218,196); }
div.DivClassName
{
background-color: #DADAC4;
}
.BgClassName
{
background-color: #DADAC4;
}
</style>
border-color css
<style>
span { border-color: #DADAC4; }
span { border-color: rgb(218,218,196); }
td.TdClassName
{
border-color: #DADAC4;
}
.TagClassName
{
border-color: #DADAC4;
}
</style>