Shades of Bon Jour #DBD4CF
Tints of Bon Jour #DBD4CF
RGB
CMYK
RGB Variations
Color information
#DBD4CF (or 0xDBD4CF) is known color: Bon Jour. HEX triplet: DB, D4 and CF. RGB value is (219,212,207). Sum of RGB (Red+Green+Blue) = 219+212+207=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 207 (81.25% from 255 or 32.45% from 638); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4CF is #242B30. Grayscale: #D5D5D5. Windows color (decimal): -2370353 or 13620443. OLE color: 13620443.
HSL color Cylindrical-coordinate representation of color #DBD4CF: hue angle of 25º degrees, saturation: 0.14, 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 #DBD4CF is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 207 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.14 |
| HSL | 25º | 0.14% | 0.84% | - |
| HSV(B) | 25º | 0.05% | 0.86% | - |
| XYZ | 64.02 | 66.65 | 68.52 | - |
| YUV | 213.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 207 | 0 | 0.03 | 0.05 | 0.14 | 25 | 0.14 | 0.84 |
| Hex | DB | D4 | CF | 0 | 3 | 5 | E | 19 | E | 54 |
| Octal | 333 | 324 | 317 | 0 | 3 | 5 | 16 | 31 | 16 | 124 |
| Binary | 11011011 | 11010100 | 11001111 | 0 | 11 | 101 | 1110 | 11001 | 1110 | 1010100 |
Color Harmonies of #DBD4CF
Complementary color
Monochromatic Colors of #DBD4CF
Black with #DBD4CF
Text Example
Text Example
White with #DBD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD4CF; }
p { color: rgb(219,212,207); }
H1.HeaderClassName
{
color: #DBD4CF;
}
.AnyTagClassName
{
color: #DBD4CF;
}
</style>
background-color css
<style>
a { background-color: #DBD4CF; }
a { background-color: rgb(219,212,207); }
div.DivClassName
{
background-color: #DBD4CF;
}
.BgClassName
{
background-color: #DBD4CF;
}
</style>
border-color css
<style>
span { border-color: #DBD4CF; }
span { border-color: rgb(219,212,207); }
td.TdClassName
{
border-color: #DBD4CF;
}
.TagClassName
{
border-color: #DBD4CF;
}
</style>