Shades of Just Right #DBC5B6
Tints of Just Right #DBC5B6
RGB
CMYK
RGB Variations
Color information
#DBC5B6 (or 0xDBC5B6) is known color: Just Right. HEX triplet: DB, C5 and B6. RGB value is (219,197,182). Sum of RGB (Red+Green+Blue) = 219+197+182=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5B6 is #243A49. Grayscale: #C9C9C9. Windows color (decimal): -2374218 or 11978203. OLE color: 11978203.
HSL color Cylindrical-coordinate representation of color #DBC5B6: hue angle of 24.32º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC5B6 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 182 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.14 |
| HSL | 24.32º | 0.34% | 0.79% | - |
| HSV(B) | 24.32º | 0.17% | 0.86% | - |
| XYZ | 57.62 | 58.37 | 52.49 | - |
| YUV | 201.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 182 | 0 | 0.10 | 0.17 | 0.14 | 24.32 | 0.34 | 0.79 |
| Hex | DB | C5 | B6 | 0 | A | 11 | E | 18 | 22 | 4F |
| Octal | 333 | 305 | 266 | 0 | 12 | 21 | 16 | 30 | 42 | 117 |
| Binary | 11011011 | 11000101 | 10110110 | 0 | 1010 | 10001 | 1110 | 11000 | 100010 | 1001111 |
Color Harmonies of #DBC5B6
Complementary color
Monochromatic Colors of #DBC5B6
Black with #DBC5B6
Text Example
Text Example
White with #DBC5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5B6; }
p { color: rgb(219,197,182); }
H1.HeaderClassName
{
color: #DBC5B6;
}
.AnyTagClassName
{
color: #DBC5B6;
}
</style>
background-color css
<style>
a { background-color: #DBC5B6; }
a { background-color: rgb(219,197,182); }
div.DivClassName
{
background-color: #DBC5B6;
}
.BgClassName
{
background-color: #DBC5B6;
}
</style>
border-color css
<style>
span { border-color: #DBC5B6; }
span { border-color: rgb(219,197,182); }
td.TdClassName
{
border-color: #DBC5B6;
}
.TagClassName
{
border-color: #DBC5B6;
}
</style>