Shades of Just Right #DEC0AB
Tints of Just Right #DEC0AB
RGB
CMYK
RGB Variations
Color information
#DEC0AB (or 0xDEC0AB) is known color: Just Right. HEX triplet: DE, C0 and AB. RGB value is (222,192,171). Sum of RGB (Red+Green+Blue) = 222+192+171=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC0AB is #213F54. Grayscale: #C6C6C6. Windows color (decimal): -2178901 or 11256030. OLE color: 11256030.
HSL color Cylindrical-coordinate representation of color #DEC0AB: hue angle of 24.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEC0AB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 171 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 24.71º | 0.44% | 0.77% | - |
| HSV(B) | 24.71º | 0.23% | 0.87% | - |
| XYZ | 56.32 | 56.17 | 46.4 | - |
| YUV | 198.58 | 112.44 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 171 | 0 | 0.14 | 0.23 | 0.13 | 24.71 | 0.44 | 0.77 |
| Hex | DE | C0 | AB | 0 | E | 17 | D | 19 | 2C | 4D |
| Octal | 336 | 300 | 253 | 0 | 16 | 27 | 15 | 31 | 54 | 115 |
| Binary | 11011110 | 11000000 | 10101011 | 0 | 1110 | 10111 | 1101 | 11001 | 101100 | 1001101 |
Color Harmonies of #DEC0AB
Complementary color
Monochromatic Colors of #DEC0AB
Black with #DEC0AB
Text Example
Text Example
White with #DEC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0AB; }
p { color: rgb(222,192,171); }
H1.HeaderClassName
{
color: #DEC0AB;
}
.AnyTagClassName
{
color: #DEC0AB;
}
</style>
background-color css
<style>
a { background-color: #DEC0AB; }
a { background-color: rgb(222,192,171); }
div.DivClassName
{
background-color: #DEC0AB;
}
.BgClassName
{
background-color: #DEC0AB;
}
</style>
border-color css
<style>
span { border-color: #DEC0AB; }
span { border-color: rgb(222,192,171); }
td.TdClassName
{
border-color: #DEC0AB;
}
.TagClassName
{
border-color: #DEC0AB;
}
</style>