Shades of Just Right #DBC2B4
Tints of Just Right #DBC2B4
RGB
CMYK
RGB Variations
Color information
#DBC2B4 (or 0xDBC2B4) is known color: Just Right. HEX triplet: DB, C2 and B4. RGB value is (219,194,180). Sum of RGB (Red+Green+Blue) = 219+194+180=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2B4 is #243D4B. Grayscale: #C7C7C7. Windows color (decimal): -2374988 or 11846363. OLE color: 11846363.
HSL color Cylindrical-coordinate representation of color #DBC2B4: hue angle of 21.54º 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 #DBC2B4 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 180 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.14 |
| HSL | 21.54º | 0.35% | 0.78% | - |
| HSV(B) | 21.54º | 0.18% | 0.86% | - |
| XYZ | 56.74 | 56.94 | 51.18 | - |
| YUV | 199.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 180 | 0 | 0.11 | 0.18 | 0.14 | 21.54 | 0.35 | 0.78 |
| Hex | DB | C2 | B4 | 0 | B | 12 | E | 16 | 23 | 4E |
| Octal | 333 | 302 | 264 | 0 | 13 | 22 | 16 | 26 | 43 | 116 |
| Binary | 11011011 | 11000010 | 10110100 | 0 | 1011 | 10010 | 1110 | 10110 | 100011 | 1001110 |
Color Harmonies of #DBC2B4
Complementary color
Monochromatic Colors of #DBC2B4
Black with #DBC2B4
Text Example
Text Example
White with #DBC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2B4; }
p { color: rgb(219,194,180); }
H1.HeaderClassName
{
color: #DBC2B4;
}
.AnyTagClassName
{
color: #DBC2B4;
}
</style>
background-color css
<style>
a { background-color: #DBC2B4; }
a { background-color: rgb(219,194,180); }
div.DivClassName
{
background-color: #DBC2B4;
}
.BgClassName
{
background-color: #DBC2B4;
}
</style>
border-color css
<style>
span { border-color: #DBC2B4; }
span { border-color: rgb(219,194,180); }
td.TdClassName
{
border-color: #DBC2B4;
}
.TagClassName
{
border-color: #DBC2B4;
}
</style>