Shades of Just Right #DBBEAB
Tints of Just Right #DBBEAB
RGB
CMYK
RGB Variations
Color information
#DBBEAB (or 0xDBBEAB) is known color: Just Right. HEX triplet: DB, BE and AB. RGB value is (219,190,171). Sum of RGB (Red+Green+Blue) = 219+190+171=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBEAB is #244154. Grayscale: #C4C4C4. Windows color (decimal): -2376021 or 11255515. OLE color: 11255515.
HSL color Cylindrical-coordinate representation of color #DBBEAB: hue angle of 23.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBBEAB is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 171 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.14 |
| HSL | 23.75º | 0.4% | 0.76% | - |
| HSV(B) | 23.75º | 0.22% | 0.86% | - |
| XYZ | 54.98 | 54.83 | 46.21 | - |
| YUV | 196.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 171 | 0 | 0.13 | 0.22 | 0.14 | 23.75 | 0.4 | 0.76 |
| Hex | DB | BE | AB | 0 | D | 16 | E | 18 | 28 | 4C |
| Octal | 333 | 276 | 253 | 0 | 15 | 26 | 16 | 30 | 50 | 114 |
| Binary | 11011011 | 10111110 | 10101011 | 0 | 1101 | 10110 | 1110 | 11000 | 101000 | 1001100 |
Color Harmonies of #DBBEAB
Complementary color
Monochromatic Colors of #DBBEAB
Black with #DBBEAB
Text Example
Text Example
White with #DBBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEAB; }
p { color: rgb(219,190,171); }
H1.HeaderClassName
{
color: #DBBEAB;
}
.AnyTagClassName
{
color: #DBBEAB;
}
</style>
background-color css
<style>
a { background-color: #DBBEAB; }
a { background-color: rgb(219,190,171); }
div.DivClassName
{
background-color: #DBBEAB;
}
.BgClassName
{
background-color: #DBBEAB;
}
</style>
border-color css
<style>
span { border-color: #DBBEAB; }
span { border-color: rgb(219,190,171); }
td.TdClassName
{
border-color: #DBBEAB;
}
.TagClassName
{
border-color: #DBBEAB;
}
</style>