Shades of Just Right #DBC0B2
Tints of Just Right #DBC0B2
RGB
CMYK
RGB Variations
Color information
#DBC0B2 (or 0xDBC0B2) is known color: Just Right. HEX triplet: DB, C0 and B2. RGB value is (219,192,178). Sum of RGB (Red+Green+Blue) = 219+192+178=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 178 (69.92% from 255 or 30.22% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0B2 is #243F4D. Grayscale: #C6C6C6. Windows color (decimal): -2375502 or 11714779. OLE color: 11714779.
HSL color Cylindrical-coordinate representation of color #DBC0B2: hue angle of 20.49º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC0B2 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 178 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.14 |
| HSL | 20.49º | 0.36% | 0.78% | - |
| HSV(B) | 20.49º | 0.19% | 0.86% | - |
| XYZ | 56.1 | 55.97 | 49.97 | - |
| YUV | 198.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 178 | 0 | 0.12 | 0.19 | 0.14 | 20.49 | 0.36 | 0.78 |
| Hex | DB | C0 | B2 | 0 | C | 13 | E | 14 | 24 | 4E |
| Octal | 333 | 300 | 262 | 0 | 14 | 23 | 16 | 24 | 44 | 116 |
| Binary | 11011011 | 11000000 | 10110010 | 0 | 1100 | 10011 | 1110 | 10100 | 100100 | 1001110 |
Color Harmonies of #DBC0B2
Complementary color
Monochromatic Colors of #DBC0B2
Black with #DBC0B2
Text Example
Text Example
White with #DBC0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0B2; }
p { color: rgb(219,192,178); }
H1.HeaderClassName
{
color: #DBC0B2;
}
.AnyTagClassName
{
color: #DBC0B2;
}
</style>
background-color css
<style>
a { background-color: #DBC0B2; }
a { background-color: rgb(219,192,178); }
div.DivClassName
{
background-color: #DBC0B2;
}
.BgClassName
{
background-color: #DBC0B2;
}
</style>
border-color css
<style>
span { border-color: #DBC0B2; }
span { border-color: rgb(219,192,178); }
td.TdClassName
{
border-color: #DBC0B2;
}
.TagClassName
{
border-color: #DBC0B2;
}
</style>