Shades of Loafer #DEDDB8
Tints of Loafer #DEDDB8
RGB
CMYK
RGB Variations
Color information
#DEDDB8 (or 0xDEDDB8) is known color: Loafer. HEX triplet: DE, DD and B8. RGB value is (222,221,184). Sum of RGB (Red+Green+Blue) = 222+221+184=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDB8 is #212247. Grayscale: #D9D9D9. Windows color (decimal): -2171464 or 12115422. OLE color: 12115422.
HSL color Cylindrical-coordinate representation of color #DEDDB8: hue angle of 58.42º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEDDB8 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 184 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.13 |
| HSL | 58.42º | 0.37% | 0.8% | - |
| HSV(B) | 58.42º | 0.17% | 0.87% | - |
| XYZ | 64.63 | 70.7 | 55.59 | - |
| YUV | 217.08 | 109.33 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 184 | 0 | 0.00 | 0.17 | 0.13 | 58.42 | 0.37 | 0.8 |
| Hex | DE | DD | B8 | 0 | 0 | 11 | D | 3A | 25 | 50 |
| Octal | 336 | 335 | 270 | 0 | 0 | 21 | 15 | 72 | 45 | 120 |
| Binary | 11011110 | 11011101 | 10111000 | 0 | 0 | 10001 | 1101 | 111010 | 100101 | 1010000 |
Color Harmonies of #DEDDB8
Complementary color
Monochromatic Colors of #DEDDB8
Black with #DEDDB8
Text Example
Text Example
White with #DEDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDB8; }
p { color: rgb(222,221,184); }
H1.HeaderClassName
{
color: #DEDDB8;
}
.AnyTagClassName
{
color: #DEDDB8;
}
</style>
background-color css
<style>
a { background-color: #DEDDB8; }
a { background-color: rgb(222,221,184); }
div.DivClassName
{
background-color: #DEDDB8;
}
.BgClassName
{
background-color: #DEDDB8;
}
</style>
border-color css
<style>
span { border-color: #DEDDB8; }
span { border-color: rgb(222,221,184); }
td.TdClassName
{
border-color: #DEDDB8;
}
.TagClassName
{
border-color: #DEDDB8;
}
</style>