Shades of Loafer #DADCBC
Tints of Loafer #DADCBC
RGB
CMYK
RGB Variations
Color information
#DADCBC (or 0xDADCBC) is known color: Loafer. HEX triplet: DA, DC and BC. RGB value is (218,220,188). Sum of RGB (Red+Green+Blue) = 218+220+188=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCBC is #252343. Grayscale: #D7D7D7. Windows color (decimal): -2433860 or 12377306. OLE color: 12377306.
HSL color Cylindrical-coordinate representation of color #DADCBC: hue angle of 63.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DADCBC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 188 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.14 |
| HSL | 63.75º | 0.31% | 0.8% | - |
| HSV(B) | 63.75º | 0.15% | 0.86% | - |
| XYZ | 63.58 | 69.72 | 57.68 | - |
| YUV | 215.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 188 | 0.01 | 0 | 0.15 | 0.14 | 63.75 | 0.31 | 0.8 |
| Hex | DA | DC | BC | 1 | 0 | F | E | 40 | 1F | 50 |
| Octal | 332 | 334 | 274 | 1 | 0 | 17 | 16 | 100 | 37 | 120 |
| Binary | 11011010 | 11011100 | 10111100 | 1 | 0 | 1111 | 1110 | 1000000 | 11111 | 1010000 |
Color Harmonies of #DADCBC
Complementary color
Monochromatic Colors of #DADCBC
Black with #DADCBC
Text Example
Text Example
White with #DADCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCBC; }
p { color: rgb(218,220,188); }
H1.HeaderClassName
{
color: #DADCBC;
}
.AnyTagClassName
{
color: #DADCBC;
}
</style>
background-color css
<style>
a { background-color: #DADCBC; }
a { background-color: rgb(218,220,188); }
div.DivClassName
{
background-color: #DADCBC;
}
.BgClassName
{
background-color: #DADCBC;
}
</style>
border-color css
<style>
span { border-color: #DADCBC; }
span { border-color: rgb(218,220,188); }
td.TdClassName
{
border-color: #DADCBC;
}
.TagClassName
{
border-color: #DADCBC;
}
</style>