Shades of Just Right #DEBAAA
Tints of Just Right #DEBAAA
RGB
CMYK
RGB Variations
Color information
#DEBAAA (or 0xDEBAAA) is known color: Just Right. HEX triplet: DE, BA and AA. RGB value is (222,186,170). Sum of RGB (Red+Green+Blue) = 222+186+170=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAAA is #214555. Grayscale: #C3C3C3. Windows color (decimal): -2180438 or 11188958. OLE color: 11188958.
HSL color Cylindrical-coordinate representation of color #DEBAAA: hue angle of 18.46º 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 #DEBAAA is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 170 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.13 |
| HSL | 18.46º | 0.44% | 0.77% | - |
| HSV(B) | 18.46º | 0.23% | 0.87% | - |
| XYZ | 54.94 | 53.55 | 45.47 | - |
| YUV | 194.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 170 | 0 | 0.16 | 0.23 | 0.13 | 18.46 | 0.44 | 0.77 |
| Hex | DE | BA | AA | 0 | 10 | 17 | D | 12 | 2C | 4D |
| Octal | 336 | 272 | 252 | 0 | 20 | 27 | 15 | 22 | 54 | 115 |
| Binary | 11011110 | 10111010 | 10101010 | 0 | 10000 | 10111 | 1101 | 10010 | 101100 | 1001101 |
Color Harmonies of #DEBAAA
Complementary color
Monochromatic Colors of #DEBAAA
Black with #DEBAAA
Text Example
Text Example
White with #DEBAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAAA; }
p { color: rgb(222,186,170); }
H1.HeaderClassName
{
color: #DEBAAA;
}
.AnyTagClassName
{
color: #DEBAAA;
}
</style>
background-color css
<style>
a { background-color: #DEBAAA; }
a { background-color: rgb(222,186,170); }
div.DivClassName
{
background-color: #DEBAAA;
}
.BgClassName
{
background-color: #DEBAAA;
}
</style>
border-color css
<style>
span { border-color: #DEBAAA; }
span { border-color: rgb(222,186,170); }
td.TdClassName
{
border-color: #DEBAAA;
}
.TagClassName
{
border-color: #DEBAAA;
}
</style>