Shades of Just Right #DBBBAB
Tints of Just Right #DBBBAB
RGB
CMYK
RGB Variations
Color information
#DBBBAB (or 0xDBBBAB) is known color: Just Right. HEX triplet: DB, BB and AB. RGB value is (219,187,171). Sum of RGB (Red+Green+Blue) = 219+187+171=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBBAB is #244454. Grayscale: #C2C2C2. Windows color (decimal): -2376789 or 11254747. OLE color: 11254747.
HSL color Cylindrical-coordinate representation of color #DBBBAB: hue angle of 20º 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 #DBBBAB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 171 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.14 |
| HSL | 20º | 0.4% | 0.76% | - |
| HSV(B) | 20º | 0.22% | 0.86% | - |
| XYZ | 54.33 | 53.54 | 46 | - |
| YUV | 194.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 171 | 0 | 0.15 | 0.22 | 0.14 | 20 | 0.4 | 0.76 |
| Hex | DB | BB | AB | 0 | F | 16 | E | 14 | 28 | 4C |
| Octal | 333 | 273 | 253 | 0 | 17 | 26 | 16 | 24 | 50 | 114 |
| Binary | 11011011 | 10111011 | 10101011 | 0 | 1111 | 10110 | 1110 | 10100 | 101000 | 1001100 |
Color Harmonies of #DBBBAB
Complementary color
Monochromatic Colors of #DBBBAB
Black with #DBBBAB
Text Example
Text Example
White with #DBBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBAB; }
p { color: rgb(219,187,171); }
H1.HeaderClassName
{
color: #DBBBAB;
}
.AnyTagClassName
{
color: #DBBBAB;
}
</style>
background-color css
<style>
a { background-color: #DBBBAB; }
a { background-color: rgb(219,187,171); }
div.DivClassName
{
background-color: #DBBBAB;
}
.BgClassName
{
background-color: #DBBBAB;
}
</style>
border-color css
<style>
span { border-color: #DBBBAB; }
span { border-color: rgb(219,187,171); }
td.TdClassName
{
border-color: #DBBBAB;
}
.TagClassName
{
border-color: #DBBBAB;
}
</style>