Shades of Loafer #DEDCC0
Tints of Loafer #DEDCC0
RGB
CMYK
RGB Variations
Color information
#DEDCC0 (or 0xDEDCC0) is known color: Loafer. HEX triplet: DE, DC and C0. RGB value is (222,220,192). Sum of RGB (Red+Green+Blue) = 222+220+192=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCC0 is #21233F. Grayscale: #D9D9D9. Windows color (decimal): -2171712 or 12639454. OLE color: 12639454.
HSL color Cylindrical-coordinate representation of color #DEDCC0: hue angle of 56º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEDCC0 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 220 | 192 | - |
CMYK | 0 | 0.01 | 0.14 | 0.13 |
HSL | 56º | 0.31% | 0.81% | - |
HSV(B) | 56º | 0.14% | 0.87% | - |
XYZ | 65.23 | 70.52 | 60.04 | - |
YUV | 217.41 | 113.66 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 220 | 192 | 0 | 0.01 | 0.14 | 0.13 | 56 | 0.31 | 0.81 |
Hex | DE | DC | C0 | 0 | 1 | E | D | 38 | 1F | 51 |
Octal | 336 | 334 | 300 | 0 | 1 | 16 | 15 | 70 | 37 | 121 |
Binary | 11011110 | 11011100 | 11000000 | 0 | 1 | 1110 | 1101 | 111000 | 11111 | 1010001 |
Color Harmonies of #DEDCC0
Complementary color
Monochromatic Colors of #DEDCC0
Black with #DEDCC0
Text Example
Text Example
White with #DEDCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCC0; }
p { color: rgb(222,220,192); }
H1.HeaderClassName
{
color: #DEDCC0;
}
.AnyTagClassName
{
color: #DEDCC0;
}
</style>
background-color css
<style>
a { background-color: #DEDCC0; }
a { background-color: rgb(222,220,192); }
div.DivClassName
{
background-color: #DEDCC0;
}
.BgClassName
{
background-color: #DEDCC0;
}
</style>
border-color css
<style>
span { border-color: #DEDCC0; }
span { border-color: rgb(222,220,192); }
td.TdClassName
{
border-color: #DEDCC0;
}
.TagClassName
{
border-color: #DEDCC0;
}
</style>