Shades of Just Right #DEBDAB
Tints of Just Right #DEBDAB
RGB
CMYK
RGB Variations
Color information
#DEBDAB (or 0xDEBDAB) is known color: Just Right. HEX triplet: DE, BD and AB. RGB value is (222,189,171). Sum of RGB (Red+Green+Blue) = 222+189+171=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDAB is #214254. Grayscale: #C4C4C4. Windows color (decimal): -2179669 or 11255262. OLE color: 11255262.
HSL color Cylindrical-coordinate representation of color #DEBDAB: hue angle of 21.18º 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 #DEBDAB is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 171 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.13 |
| HSL | 21.18º | 0.44% | 0.77% | - |
| HSV(B) | 21.18º | 0.23% | 0.87% | - |
| XYZ | 55.67 | 54.87 | 46.18 | - |
| YUV | 196.82 | 113.43 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 171 | 0 | 0.15 | 0.23 | 0.13 | 21.18 | 0.44 | 0.77 |
| Hex | DE | BD | AB | 0 | F | 17 | D | 15 | 2C | 4D |
| Octal | 336 | 275 | 253 | 0 | 17 | 27 | 15 | 25 | 54 | 115 |
| Binary | 11011110 | 10111101 | 10101011 | 0 | 1111 | 10111 | 1101 | 10101 | 101100 | 1001101 |
Color Harmonies of #DEBDAB
Complementary color
Monochromatic Colors of #DEBDAB
Black with #DEBDAB
Text Example
Text Example
White with #DEBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDAB; }
p { color: rgb(222,189,171); }
H1.HeaderClassName
{
color: #DEBDAB;
}
.AnyTagClassName
{
color: #DEBDAB;
}
</style>
background-color css
<style>
a { background-color: #DEBDAB; }
a { background-color: rgb(222,189,171); }
div.DivClassName
{
background-color: #DEBDAB;
}
.BgClassName
{
background-color: #DEBDAB;
}
</style>
border-color css
<style>
span { border-color: #DEBDAB; }
span { border-color: rgb(222,189,171); }
td.TdClassName
{
border-color: #DEBDAB;
}
.TagClassName
{
border-color: #DEBDAB;
}
</style>