Shades of Bon Jour #DBD5D2
Tints of Bon Jour #DBD5D2
RGB
CMYK
RGB Variations
Color information
#DBD5D2 (or 0xDBD5D2) is known color: Bon Jour. HEX triplet: DB, D5 and D2. RGB value is (219,213,210). Sum of RGB (Red+Green+Blue) = 219+213+210=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D2 is #242A2D. Grayscale: #D6D6D6. Windows color (decimal): -2370094 or 13817307. OLE color: 13817307.
HSL color Cylindrical-coordinate representation of color #DBD5D2: hue angle of 20º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD5D2 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 210 | - |
CMYK | 0 | 0.03 | 0.04 | 0.14 |
HSL | 20º | 0.11% | 0.84% | - |
HSV(B) | 20º | 0.04% | 0.86% | - |
XYZ | 64.64 | 67.3 | 70.56 | - |
YUV | 214.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 210 | 0 | 0.03 | 0.04 | 0.14 | 20 | 0.11 | 0.84 |
Hex | DB | D5 | D2 | 0 | 3 | 4 | E | 14 | B | 54 |
Octal | 333 | 325 | 322 | 0 | 3 | 4 | 16 | 24 | 13 | 124 |
Binary | 11011011 | 11010101 | 11010010 | 0 | 11 | 100 | 1110 | 10100 | 1011 | 1010100 |
Color Harmonies of #DBD5D2
Complementary color
Monochromatic Colors of #DBD5D2
Black with #DBD5D2
Text Example
Text Example
White with #DBD5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD5D2; }
p { color: rgb(219,213,210); }
H1.HeaderClassName
{
color: #DBD5D2;
}
.AnyTagClassName
{
color: #DBD5D2;
}
</style>
background-color css
<style>
a { background-color: #DBD5D2; }
a { background-color: rgb(219,213,210); }
div.DivClassName
{
background-color: #DBD5D2;
}
.BgClassName
{
background-color: #DBD5D2;
}
</style>
border-color css
<style>
span { border-color: #DBD5D2; }
span { border-color: rgb(219,213,210); }
td.TdClassName
{
border-color: #DBD5D2;
}
.TagClassName
{
border-color: #DBD5D2;
}
</style>