Shades of Loafer #DEDCC1
Tints of Loafer #DEDCC1
RGB
CMYK
RGB Variations
Color information
#DEDCC1 (or 0xDEDCC1) is known color: Loafer. HEX triplet: DE, DC and C1. RGB value is (222,220,193). Sum of RGB (Red+Green+Blue) = 222+220+193=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCC1 is #21233E. Grayscale: #D9D9D9. Windows color (decimal): -2171711 or 12704990. OLE color: 12704990.
HSL color Cylindrical-coordinate representation of color #DEDCC1: hue angle of 55.86º degrees, saturation: 0.31, 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 #DEDCC1 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 193 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.13 |
| HSL | 55.86º | 0.31% | 0.81% | - |
| HSV(B) | 55.86º | 0.13% | 0.87% | - |
| XYZ | 65.34 | 70.57 | 60.63 | - |
| YUV | 217.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 193 | 0 | 0.01 | 0.13 | 0.13 | 55.86 | 0.31 | 0.81 |
| Hex | DE | DC | C1 | 0 | 1 | D | D | 38 | 1F | 51 |
| Octal | 336 | 334 | 301 | 0 | 1 | 15 | 15 | 70 | 37 | 121 |
| Binary | 11011110 | 11011100 | 11000001 | 0 | 1 | 1101 | 1101 | 111000 | 11111 | 1010001 |
Color Harmonies of #DEDCC1
Complementary color
Monochromatic Colors of #DEDCC1
Black with #DEDCC1
Text Example
Text Example
White with #DEDCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCC1; }
p { color: rgb(222,220,193); }
H1.HeaderClassName
{
color: #DEDCC1;
}
.AnyTagClassName
{
color: #DEDCC1;
}
</style>
background-color css
<style>
a { background-color: #DEDCC1; }
a { background-color: rgb(222,220,193); }
div.DivClassName
{
background-color: #DEDCC1;
}
.BgClassName
{
background-color: #DEDCC1;
}
</style>
border-color css
<style>
span { border-color: #DEDCC1; }
span { border-color: rgb(222,220,193); }
td.TdClassName
{
border-color: #DEDCC1;
}
.TagClassName
{
border-color: #DEDCC1;
}
</style>