Shades of Loafer #DEDABF
Tints of Loafer #DEDABF
RGB
CMYK
RGB Variations
Color information
#DEDABF (or 0xDEDABF) is known color: Loafer. HEX triplet: DE, DA and BF. RGB value is (222,218,191). Sum of RGB (Red+Green+Blue) = 222+218+191=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDABF is #212540. Grayscale: #D8D8D8. Windows color (decimal): -2172225 or 12573406. OLE color: 12573406.
HSL color Cylindrical-coordinate representation of color #DEDABF: hue angle of 52.26º degrees, saturation: 0.32, 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 #DEDABF is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 191 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.13 |
| HSL | 52.26º | 0.32% | 0.81% | - |
| HSV(B) | 52.26º | 0.14% | 0.87% | - |
| XYZ | 64.6 | 69.43 | 59.29 | - |
| YUV | 216.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 191 | 0 | 0.02 | 0.14 | 0.13 | 52.26 | 0.32 | 0.81 |
| Hex | DE | DA | BF | 0 | 2 | E | D | 34 | 20 | 51 |
| Octal | 336 | 332 | 277 | 0 | 2 | 16 | 15 | 64 | 40 | 121 |
| Binary | 11011110 | 11011010 | 10111111 | 0 | 10 | 1110 | 1101 | 110100 | 100000 | 1010001 |
Color Harmonies of #DEDABF
Complementary color
Monochromatic Colors of #DEDABF
Black with #DEDABF
Text Example
Text Example
White with #DEDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDABF; }
p { color: rgb(222,218,191); }
H1.HeaderClassName
{
color: #DEDABF;
}
.AnyTagClassName
{
color: #DEDABF;
}
</style>
background-color css
<style>
a { background-color: #DEDABF; }
a { background-color: rgb(222,218,191); }
div.DivClassName
{
background-color: #DEDABF;
}
.BgClassName
{
background-color: #DEDABF;
}
</style>
border-color css
<style>
span { border-color: #DEDABF; }
span { border-color: rgb(222,218,191); }
td.TdClassName
{
border-color: #DEDABF;
}
.TagClassName
{
border-color: #DEDABF;
}
</style>