Shades of Blanc #DBD0BE
Tints of Blanc #DBD0BE
RGB
CMYK
RGB Variations
Color information
#DBD0BE (or 0xDBD0BE) is known color: Blanc. HEX triplet: DB, D0 and BE. RGB value is (219,208,190). Sum of RGB (Red+Green+Blue) = 219+208+190=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0BE is #242F41. Grayscale: #D1D1D1. Windows color (decimal): -2371394 or 12505307. OLE color: 12505307.
HSL color Cylindrical-coordinate representation of color #DBD0BE: hue angle of 37.24º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBD0BE is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 208 | 190 | - |
CMYK | 0 | 0.05 | 0.13 | 0.14 |
HSL | 37.24º | 0.29% | 0.8% | - |
HSV(B) | 37.24º | 0.13% | 0.86% | - |
XYZ | 61.06 | 63.89 | 57.83 | - |
YUV | 209.24 | 117.14 | 134.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 208 | 190 | 0 | 0.05 | 0.13 | 0.14 | 37.24 | 0.29 | 0.8 |
Hex | DB | D0 | BE | 0 | 5 | D | E | 25 | 1D | 50 |
Octal | 333 | 320 | 276 | 0 | 5 | 15 | 16 | 45 | 35 | 120 |
Binary | 11011011 | 11010000 | 10111110 | 0 | 101 | 1101 | 1110 | 100101 | 11101 | 1010000 |
Color Harmonies of #DBD0BE
Complementary color
Monochromatic Colors of #DBD0BE
Black with #DBD0BE
Text Example
Text Example
White with #DBD0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0BE; }
p { color: rgb(219,208,190); }
H1.HeaderClassName
{
color: #DBD0BE;
}
.AnyTagClassName
{
color: #DBD0BE;
}
</style>
background-color css
<style>
a { background-color: #DBD0BE; }
a { background-color: rgb(219,208,190); }
div.DivClassName
{
background-color: #DBD0BE;
}
.BgClassName
{
background-color: #DBD0BE;
}
</style>
border-color css
<style>
span { border-color: #DBD0BE; }
span { border-color: rgb(219,208,190); }
td.TdClassName
{
border-color: #DBD0BE;
}
.TagClassName
{
border-color: #DBD0BE;
}
</style>