Shades of Bon Jour #DEDBD9
Tints of Bon Jour #DEDBD9
RGB
CMYK
RGB Variations
Color information
#DEDBD9 (or 0xDEDBD9) is known color: Bon Jour. HEX triplet: DE, DB and D9. RGB value is (222,219,217). Sum of RGB (Red+Green+Blue) = 222+219+217=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDBD9 is #212426. Grayscale: #DBDBDB. Windows color (decimal): -2171943 or 14277598. OLE color: 14277598.
HSL color Cylindrical-coordinate representation of color #DEDBD9: hue angle of 24º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DEDBD9 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 217 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.13 |
| HSL | 24º | 0.07% | 0.86% | - |
| HSV(B) | 24º | 0.02% | 0.87% | - |
| XYZ | 67.98 | 71.2 | 75.81 | - |
| YUV | 219.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 217 | 0 | 0.01 | 0.02 | 0.13 | 24 | 0.07 | 0.86 |
| Hex | DE | DB | D9 | 0 | 1 | 2 | D | 18 | 7 | 56 |
| Octal | 336 | 333 | 331 | 0 | 1 | 2 | 15 | 30 | 7 | 126 |
| Binary | 11011110 | 11011011 | 11011001 | 0 | 1 | 10 | 1101 | 11000 | 111 | 1010110 |
Color Harmonies of #DEDBD9
Complementary color
Monochromatic Colors of #DEDBD9
Black with #DEDBD9
Text Example
Text Example
White with #DEDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBD9; }
p { color: rgb(222,219,217); }
H1.HeaderClassName
{
color: #DEDBD9;
}
.AnyTagClassName
{
color: #DEDBD9;
}
</style>
background-color css
<style>
a { background-color: #DEDBD9; }
a { background-color: rgb(222,219,217); }
div.DivClassName
{
background-color: #DEDBD9;
}
.BgClassName
{
background-color: #DEDBD9;
}
</style>
border-color css
<style>
span { border-color: #DEDBD9; }
span { border-color: rgb(222,219,217); }
td.TdClassName
{
border-color: #DEDBD9;
}
.TagClassName
{
border-color: #DEDBD9;
}
</style>