Shades of Loafer #DCDDC0
Tints of Loafer #DCDDC0
RGB
CMYK
RGB Variations
Color information
#DCDDC0 (or 0xDCDDC0) is known color: Loafer. HEX triplet: DC, DD and C0. RGB value is (220,221,192). Sum of RGB (Red+Green+Blue) = 220+221+192=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDC0 is #23223F. Grayscale: #D9D9D9. Windows color (decimal): -2302528 or 12639708. OLE color: 12639708.
HSL color Cylindrical-coordinate representation of color #DCDDC0: hue angle of 62.07º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCDDC0 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 192 | - |
CMYK | 0.00 | 0 | 0.13 | 0.13 |
HSL | 62.07º | 0.3% | 0.81% | - |
HSV(B) | 62.07º | 0.13% | 0.87% | - |
XYZ | 64.89 | 70.73 | 60.1 | - |
YUV | 217.4 | 113.67 | 129.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 192 | 0.00 | 0 | 0.13 | 0.13 | 62.07 | 0.3 | 0.81 |
Hex | DC | DD | C0 | 0 | 0 | D | D | 3E | 1E | 51 |
Octal | 334 | 335 | 300 | 0 | 0 | 15 | 15 | 76 | 36 | 121 |
Binary | 11011100 | 11011101 | 11000000 | 0 | 0 | 1101 | 1101 | 111110 | 11110 | 1010001 |
Color Harmonies of #DCDDC0
Complementary color
Monochromatic Colors of #DCDDC0
Black with #DCDDC0
Text Example
Text Example
White with #DCDDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDC0; }
p { color: rgb(220,221,192); }
H1.HeaderClassName
{
color: #DCDDC0;
}
.AnyTagClassName
{
color: #DCDDC0;
}
</style>
background-color css
<style>
a { background-color: #DCDDC0; }
a { background-color: rgb(220,221,192); }
div.DivClassName
{
background-color: #DCDDC0;
}
.BgClassName
{
background-color: #DCDDC0;
}
</style>
border-color css
<style>
span { border-color: #DCDDC0; }
span { border-color: rgb(220,221,192); }
td.TdClassName
{
border-color: #DCDDC0;
}
.TagClassName
{
border-color: #DCDDC0;
}
</style>