Shades of Just Right #DBBDA6
Tints of Just Right #DBBDA6
RGB
CMYK
RGB Variations
Color information
#DBBDA6 (or 0xDBBDA6) is known color: Just Right. HEX triplet: DB, BD and A6. RGB value is (219,189,166). Sum of RGB (Red+Green+Blue) = 219+189+166=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDA6 is #244259. Grayscale: #C3C3C3. Windows color (decimal): -2376282 or 10927579. OLE color: 10927579.
HSL color Cylindrical-coordinate representation of color #DBBDA6: hue angle of 26.04º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBBDA6 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 166 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.14 |
| HSL | 26.04º | 0.42% | 0.75% | - |
| HSV(B) | 26.04º | 0.24% | 0.86% | - |
| XYZ | 54.29 | 54.21 | 43.68 | - |
| YUV | 195.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 166 | 0 | 0.14 | 0.24 | 0.14 | 26.04 | 0.42 | 0.75 |
| Hex | DB | BD | A6 | 0 | E | 18 | E | 1A | 2A | 4B |
| Octal | 333 | 275 | 246 | 0 | 16 | 30 | 16 | 32 | 52 | 113 |
| Binary | 11011011 | 10111101 | 10100110 | 0 | 1110 | 11000 | 1110 | 11010 | 101010 | 1001011 |
Color Harmonies of #DBBDA6
Complementary color
Monochromatic Colors of #DBBDA6
Black with #DBBDA6
Text Example
Text Example
White with #DBBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDA6; }
p { color: rgb(219,189,166); }
H1.HeaderClassName
{
color: #DBBDA6;
}
.AnyTagClassName
{
color: #DBBDA6;
}
</style>
background-color css
<style>
a { background-color: #DBBDA6; }
a { background-color: rgb(219,189,166); }
div.DivClassName
{
background-color: #DBBDA6;
}
.BgClassName
{
background-color: #DBBDA6;
}
</style>
border-color css
<style>
span { border-color: #DBBDA6; }
span { border-color: rgb(219,189,166); }
td.TdClassName
{
border-color: #DBBDA6;
}
.TagClassName
{
border-color: #DBBDA6;
}
</style>