Shades of Bon Jour #DBD5D1
Tints of Bon Jour #DBD5D1
RGB
CMYK
RGB Variations
Color information
#DBD5D1 (or 0xDBD5D1) is known color: Bon Jour. HEX triplet: DB, D5 and D1. RGB value is (219,213,209). Sum of RGB (Red+Green+Blue) = 219+213+209=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D1 is #242A2E. Grayscale: #D6D6D6. Windows color (decimal): -2370095 or 13751771. OLE color: 13751771.
HSL color Cylindrical-coordinate representation of color #DBD5D1: hue angle of 24º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD5D1 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 209 | - |
CMYK | 0 | 0.03 | 0.05 | 0.14 |
HSL | 24º | 0.12% | 0.84% | - |
HSV(B) | 24º | 0.05% | 0.86% | - |
XYZ | 64.52 | 67.25 | 69.9 | - |
YUV | 214.34 | 124.99 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 209 | 0 | 0.03 | 0.05 | 0.14 | 24 | 0.12 | 0.84 |
Hex | DB | D5 | D1 | 0 | 3 | 5 | E | 18 | C | 54 |
Octal | 333 | 325 | 321 | 0 | 3 | 5 | 16 | 30 | 14 | 124 |
Binary | 11011011 | 11010101 | 11010001 | 0 | 11 | 101 | 1110 | 11000 | 1100 | 1010100 |
Color Harmonies of #DBD5D1
Complementary color
Monochromatic Colors of #DBD5D1
Black with #DBD5D1
Text Example
Text Example
White with #DBD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5D1; }
p { color: rgb(219,213,209); }
H1.HeaderClassName
{
color: #DBD5D1;
}
.AnyTagClassName
{
color: #DBD5D1;
}
</style>
background-color css
<style>
a { background-color: #DBD5D1; }
a { background-color: rgb(219,213,209); }
div.DivClassName
{
background-color: #DBD5D1;
}
.BgClassName
{
background-color: #DBD5D1;
}
</style>
border-color css
<style>
span { border-color: #DBD5D1; }
span { border-color: rgb(219,213,209); }
td.TdClassName
{
border-color: #DBD5D1;
}
.TagClassName
{
border-color: #DBD5D1;
}
</style>