Shades of Bon Jour #DDD9D6
Tints of Bon Jour #DDD9D6
RGB
CMYK
RGB Variations
Color information
#DDD9D6 (or 0xDDD9D6) is known color: Bon Jour. HEX triplet: DD, D9 and D6. RGB value is (221,217,214). Sum of RGB (Red+Green+Blue) = 221+217+214=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9D6 is #222629. Grayscale: #D9D9D9. Windows color (decimal): -2237994 or 14080477. OLE color: 14080477.
HSL color Cylindrical-coordinate representation of color #DDD9D6: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDD9D6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 217 | 214 | - |
CMYK | 0 | 0.02 | 0.03 | 0.13 |
HSL | 25.71º | 0.09% | 0.85% | - |
HSV(B) | 25.71º | 0.03% | 0.87% | - |
XYZ | 66.77 | 69.85 | 73.58 | - |
YUV | 217.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 217 | 214 | 0 | 0.02 | 0.03 | 0.13 | 25.71 | 0.09 | 0.85 |
Hex | DD | D9 | D6 | 0 | 2 | 3 | D | 1A | 9 | 55 |
Octal | 335 | 331 | 326 | 0 | 2 | 3 | 15 | 32 | 11 | 125 |
Binary | 11011101 | 11011001 | 11010110 | 0 | 10 | 11 | 1101 | 11010 | 1001 | 1010101 |
Color Harmonies of #DDD9D6
Complementary color
Monochromatic Colors of #DDD9D6
Black with #DDD9D6
Text Example
Text Example
White with #DDD9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD9D6; }
p { color: rgb(221,217,214); }
H1.HeaderClassName
{
color: #DDD9D6;
}
.AnyTagClassName
{
color: #DDD9D6;
}
</style>
background-color css
<style>
a { background-color: #DDD9D6; }
a { background-color: rgb(221,217,214); }
div.DivClassName
{
background-color: #DDD9D6;
}
.BgClassName
{
background-color: #DDD9D6;
}
</style>
border-color css
<style>
span { border-color: #DDD9D6; }
span { border-color: rgb(221,217,214); }
td.TdClassName
{
border-color: #DDD9D6;
}
.TagClassName
{
border-color: #DDD9D6;
}
</style>