Shades of Loafer #DDDCC0
Tints of Loafer #DDDCC0
RGB
CMYK
RGB Variations
Color information
#DDDCC0 (or 0xDDDCC0) is known color: Loafer. HEX triplet: DD, DC and C0. RGB value is (221,220,192). Sum of RGB (Red+Green+Blue) = 221+220+192=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCC0 is #22233F. Grayscale: #D9D9D9. Windows color (decimal): -2237248 or 12639453. OLE color: 12639453.
HSL color Cylindrical-coordinate representation of color #DDDCC0: hue angle of 57.93º 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 #DDDCC0 is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 192 | - |
CMYK | 0 | 0.00 | 0.13 | 0.13 |
HSL | 57.93º | 0.3% | 0.81% | - |
HSV(B) | 57.93º | 0.13% | 0.87% | - |
XYZ | 64.93 | 70.36 | 60.03 | - |
YUV | 217.11 | 113.83 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 192 | 0 | 0.00 | 0.13 | 0.13 | 57.93 | 0.3 | 0.81 |
Hex | DD | DC | C0 | 0 | 0 | D | D | 3A | 1E | 51 |
Octal | 335 | 334 | 300 | 0 | 0 | 15 | 15 | 72 | 36 | 121 |
Binary | 11011101 | 11011100 | 11000000 | 0 | 0 | 1101 | 1101 | 111010 | 11110 | 1010001 |
Color Harmonies of #DDDCC0
Complementary color
Monochromatic Colors of #DDDCC0
Black with #DDDCC0
Text Example
Text Example
White with #DDDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCC0; }
p { color: rgb(221,220,192); }
H1.HeaderClassName
{
color: #DDDCC0;
}
.AnyTagClassName
{
color: #DDDCC0;
}
</style>
background-color css
<style>
a { background-color: #DDDCC0; }
a { background-color: rgb(221,220,192); }
div.DivClassName
{
background-color: #DDDCC0;
}
.BgClassName
{
background-color: #DDDCC0;
}
</style>
border-color css
<style>
span { border-color: #DDDCC0; }
span { border-color: rgb(221,220,192); }
td.TdClassName
{
border-color: #DDDCC0;
}
.TagClassName
{
border-color: #DDDCC0;
}
</style>