Shades of Just Right #DBC3B4
Tints of Just Right #DBC3B4
RGB
CMYK
RGB Variations
Color information
#DBC3B4 (or 0xDBC3B4) is known color: Just Right. HEX triplet: DB, C3 and B4. RGB value is (219,195,180). Sum of RGB (Red+Green+Blue) = 219+195+180=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 180 (70.70% from 255 or 30.30% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3B4 is #243C4B. Grayscale: #C8C8C8. Windows color (decimal): -2374732 or 11846619. OLE color: 11846619.
HSL color Cylindrical-coordinate representation of color #DBC3B4: hue angle of 23.08º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBC3B4 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 180 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.14 |
| HSL | 23.08º | 0.35% | 0.78% | - |
| HSV(B) | 23.08º | 0.18% | 0.86% | - |
| XYZ | 56.97 | 57.39 | 51.25 | - |
| YUV | 200.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 180 | 0 | 0.11 | 0.18 | 0.14 | 23.08 | 0.35 | 0.78 |
| Hex | DB | C3 | B4 | 0 | B | 12 | E | 17 | 23 | 4E |
| Octal | 333 | 303 | 264 | 0 | 13 | 22 | 16 | 27 | 43 | 116 |
| Binary | 11011011 | 11000011 | 10110100 | 0 | 1011 | 10010 | 1110 | 10111 | 100011 | 1001110 |
Color Harmonies of #DBC3B4
Complementary color
Monochromatic Colors of #DBC3B4
Black with #DBC3B4
Text Example
Text Example
White with #DBC3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3B4; }
p { color: rgb(219,195,180); }
H1.HeaderClassName
{
color: #DBC3B4;
}
.AnyTagClassName
{
color: #DBC3B4;
}
</style>
background-color css
<style>
a { background-color: #DBC3B4; }
a { background-color: rgb(219,195,180); }
div.DivClassName
{
background-color: #DBC3B4;
}
.BgClassName
{
background-color: #DBC3B4;
}
</style>
border-color css
<style>
span { border-color: #DBC3B4; }
span { border-color: rgb(219,195,180); }
td.TdClassName
{
border-color: #DBC3B4;
}
.TagClassName
{
border-color: #DBC3B4;
}
</style>