Shades of Just Right #DEBBA5
Tints of Just Right #DEBBA5
RGB
CMYK
RGB Variations
Color information
#DEBBA5 (or 0xDEBBA5) is known color: Just Right. HEX triplet: DE, BB and A5. RGB value is (222,187,165). Sum of RGB (Red+Green+Blue) = 222+187+165=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBBA5 is #21445A. Grayscale: #C3C3C3. Windows color (decimal): -2180187 or 10861534. OLE color: 10861534.
HSL color Cylindrical-coordinate representation of color #DEBBA5: hue angle of 23.16º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBBA5 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 187 | 165 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.13 |
| HSL | 23.16º | 0.46% | 0.76% | - |
| HSV(B) | 23.16º | 0.26% | 0.87% | - |
| XYZ | 54.69 | 53.79 | 43.1 | - |
| YUV | 194.96 | 111.1 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 187 | 165 | 0 | 0.16 | 0.26 | 0.13 | 23.16 | 0.46 | 0.76 |
| Hex | DE | BB | A5 | 0 | 10 | 1A | D | 17 | 2E | 4C |
| Octal | 336 | 273 | 245 | 0 | 20 | 32 | 15 | 27 | 56 | 114 |
| Binary | 11011110 | 10111011 | 10100101 | 0 | 10000 | 11010 | 1101 | 10111 | 101110 | 1001100 |
Color Harmonies of #DEBBA5
Complementary color
Monochromatic Colors of #DEBBA5
Black with #DEBBA5
Text Example
Text Example
White with #DEBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBBA5; }
p { color: rgb(222,187,165); }
H1.HeaderClassName
{
color: #DEBBA5;
}
.AnyTagClassName
{
color: #DEBBA5;
}
</style>
background-color css
<style>
a { background-color: #DEBBA5; }
a { background-color: rgb(222,187,165); }
div.DivClassName
{
background-color: #DEBBA5;
}
.BgClassName
{
background-color: #DEBBA5;
}
</style>
border-color css
<style>
span { border-color: #DEBBA5; }
span { border-color: rgb(222,187,165); }
td.TdClassName
{
border-color: #DEBBA5;
}
.TagClassName
{
border-color: #DEBBA5;
}
</style>