Shades of Loafer #DEDBBC
Tints of Loafer #DEDBBC
RGB
CMYK
RGB Variations
Color information
#DEDBBC (or 0xDEDBBC) is known color: Loafer. HEX triplet: DE, DB and BC. RGB value is (222,219,188). Sum of RGB (Red+Green+Blue) = 222+219+188=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBBC is #212443. Grayscale: #D8D8D8. Windows color (decimal): -2171972 or 12377054. OLE color: 12377054.
HSL color Cylindrical-coordinate representation of color #DEDBBC: hue angle of 54.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEDBBC is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 188 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.13 |
| HSL | 54.71º | 0.34% | 0.8% | - |
| HSV(B) | 54.71º | 0.15% | 0.87% | - |
| XYZ | 64.53 | 69.82 | 57.65 | - |
| YUV | 216.36 | 111.99 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 188 | 0 | 0.01 | 0.15 | 0.13 | 54.71 | 0.34 | 0.8 |
| Hex | DE | DB | BC | 0 | 1 | F | D | 37 | 22 | 50 |
| Octal | 336 | 333 | 274 | 0 | 1 | 17 | 15 | 67 | 42 | 120 |
| Binary | 11011110 | 11011011 | 10111100 | 0 | 1 | 1111 | 1101 | 110111 | 100010 | 1010000 |
Color Harmonies of #DEDBBC
Complementary color
Monochromatic Colors of #DEDBBC
Black with #DEDBBC
Text Example
Text Example
White with #DEDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBBC; }
p { color: rgb(222,219,188); }
H1.HeaderClassName
{
color: #DEDBBC;
}
.AnyTagClassName
{
color: #DEDBBC;
}
</style>
background-color css
<style>
a { background-color: #DEDBBC; }
a { background-color: rgb(222,219,188); }
div.DivClassName
{
background-color: #DEDBBC;
}
.BgClassName
{
background-color: #DEDBBC;
}
</style>
border-color css
<style>
span { border-color: #DEDBBC; }
span { border-color: rgb(222,219,188); }
td.TdClassName
{
border-color: #DEDBBC;
}
.TagClassName
{
border-color: #DEDBBC;
}
</style>