Shades of Just Right #DBC2B5
Tints of Just Right #DBC2B5
RGB
CMYK
RGB Variations
Color information
#DBC2B5 (or 0xDBC2B5) is known color: Just Right. HEX triplet: DB, C2 and B5. RGB value is (219,194,181). Sum of RGB (Red+Green+Blue) = 219+194+181=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2B5 is #243D4A. Grayscale: #C8C8C8. Windows color (decimal): -2374987 or 11911899. OLE color: 11911899.
HSL color Cylindrical-coordinate representation of color #DBC2B5: hue angle of 20.53º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC2B5 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 181 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.14 |
| HSL | 20.53º | 0.35% | 0.78% | - |
| HSV(B) | 20.53º | 0.17% | 0.86% | - |
| XYZ | 56.85 | 56.98 | 51.72 | - |
| YUV | 199.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 181 | 0 | 0.11 | 0.17 | 0.14 | 20.53 | 0.35 | 0.78 |
| Hex | DB | C2 | B5 | 0 | B | 11 | E | 15 | 23 | 4E |
| Octal | 333 | 302 | 265 | 0 | 13 | 21 | 16 | 25 | 43 | 116 |
| Binary | 11011011 | 11000010 | 10110101 | 0 | 1011 | 10001 | 1110 | 10101 | 100011 | 1001110 |
Color Harmonies of #DBC2B5
Complementary color
Monochromatic Colors of #DBC2B5
Black with #DBC2B5
Text Example
Text Example
White with #DBC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2B5; }
p { color: rgb(219,194,181); }
H1.HeaderClassName
{
color: #DBC2B5;
}
.AnyTagClassName
{
color: #DBC2B5;
}
</style>
background-color css
<style>
a { background-color: #DBC2B5; }
a { background-color: rgb(219,194,181); }
div.DivClassName
{
background-color: #DBC2B5;
}
.BgClassName
{
background-color: #DBC2B5;
}
</style>
border-color css
<style>
span { border-color: #DBC2B5; }
span { border-color: rgb(219,194,181); }
td.TdClassName
{
border-color: #DBC2B5;
}
.TagClassName
{
border-color: #DBC2B5;
}
</style>