Shades of Just Right #DBBFAB
Tints of Just Right #DBBFAB
RGB
CMYK
RGB Variations
Color information
#DBBFAB (or 0xDBBFAB) is known color: Just Right. HEX triplet: DB, BF and AB. RGB value is (219,191,171). Sum of RGB (Red+Green+Blue) = 219+191+171=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBFAB is #244054. Grayscale: #C5C5C5. Windows color (decimal): -2375765 or 11255771. OLE color: 11255771.
HSL color Cylindrical-coordinate representation of color #DBBFAB: hue angle of 25º 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 #DBBFAB is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 171 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.14 |
| HSL | 25º | 0.4% | 0.76% | - |
| HSV(B) | 25º | 0.22% | 0.86% | - |
| XYZ | 55.19 | 55.26 | 46.29 | - |
| YUV | 197.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 171 | 0 | 0.13 | 0.22 | 0.14 | 25 | 0.4 | 0.76 |
| Hex | DB | BF | AB | 0 | D | 16 | E | 19 | 28 | 4C |
| Octal | 333 | 277 | 253 | 0 | 15 | 26 | 16 | 31 | 50 | 114 |
| Binary | 11011011 | 10111111 | 10101011 | 0 | 1101 | 10110 | 1110 | 11001 | 101000 | 1001100 |
Color Harmonies of #DBBFAB
Complementary color
Monochromatic Colors of #DBBFAB
Black with #DBBFAB
Text Example
Text Example
White with #DBBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBFAB; }
p { color: rgb(219,191,171); }
H1.HeaderClassName
{
color: #DBBFAB;
}
.AnyTagClassName
{
color: #DBBFAB;
}
</style>
background-color css
<style>
a { background-color: #DBBFAB; }
a { background-color: rgb(219,191,171); }
div.DivClassName
{
background-color: #DBBFAB;
}
.BgClassName
{
background-color: #DBBFAB;
}
</style>
border-color css
<style>
span { border-color: #DBBFAB; }
span { border-color: rgb(219,191,171); }
td.TdClassName
{
border-color: #DBBFAB;
}
.TagClassName
{
border-color: #DBBFAB;
}
</style>