Shades of Just Right #DBBDAF
Tints of Just Right #DBBDAF
RGB
CMYK
RGB Variations
Color information
#DBBDAF (or 0xDBBDAF) is known color: Just Right. HEX triplet: DB, BD and AF. RGB value is (219,189,175). Sum of RGB (Red+Green+Blue) = 219+189+175=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBDAF is #244250. Grayscale: #C4C4C4. Windows color (decimal): -2376273 or 11517403. OLE color: 11517403.
HSL color Cylindrical-coordinate representation of color #DBBDAF: hue angle of 19.09º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBBDAF is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 175 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.14 |
| HSL | 19.09º | 0.38% | 0.77% | - |
| HSV(B) | 19.09º | 0.2% | 0.86% | - |
| XYZ | 55.15 | 54.55 | 48.18 | - |
| YUV | 196.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 175 | 0 | 0.14 | 0.20 | 0.14 | 19.09 | 0.38 | 0.77 |
| Hex | DB | BD | AF | 0 | E | 14 | E | 13 | 26 | 4D |
| Octal | 333 | 275 | 257 | 0 | 16 | 24 | 16 | 23 | 46 | 115 |
| Binary | 11011011 | 10111101 | 10101111 | 0 | 1110 | 10100 | 1110 | 10011 | 100110 | 1001101 |
Color Harmonies of #DBBDAF
Complementary color
Monochromatic Colors of #DBBDAF
Black with #DBBDAF
Text Example
Text Example
White with #DBBDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDAF; }
p { color: rgb(219,189,175); }
H1.HeaderClassName
{
color: #DBBDAF;
}
.AnyTagClassName
{
color: #DBBDAF;
}
</style>
background-color css
<style>
a { background-color: #DBBDAF; }
a { background-color: rgb(219,189,175); }
div.DivClassName
{
background-color: #DBBDAF;
}
.BgClassName
{
background-color: #DBBDAF;
}
</style>
border-color css
<style>
span { border-color: #DBBDAF; }
span { border-color: rgb(219,189,175); }
td.TdClassName
{
border-color: #DBBDAF;
}
.TagClassName
{
border-color: #DBBDAF;
}
</style>