Shades of Bon Jour #DDD8D6
Tints of Bon Jour #DDD8D6
RGB
CMYK
RGB Variations
Color information
#DDD8D6 (or 0xDDD8D6) is known color: Bon Jour. HEX triplet: DD, D8 and D6. RGB value is (221,216,214). Sum of RGB (Red+Green+Blue) = 221+216+214=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD8D6 is #222729. Grayscale: #D9D9D9. Windows color (decimal): -2238250 or 14080221. OLE color: 14080221.
HSL color Cylindrical-coordinate representation of color #DDD8D6: hue angle of 17.14º 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 #DDD8D6 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 214 | - |
CMYK | 0 | 0.02 | 0.03 | 0.13 |
HSL | 17.14º | 0.09% | 0.85% | - |
HSV(B) | 17.14º | 0.03% | 0.87% | - |
XYZ | 66.51 | 69.34 | 73.5 | - |
YUV | 217.27 | 126.16 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 214 | 0 | 0.02 | 0.03 | 0.13 | 17.14 | 0.09 | 0.85 |
Hex | DD | D8 | D6 | 0 | 2 | 3 | D | 11 | 9 | 55 |
Octal | 335 | 330 | 326 | 0 | 2 | 3 | 15 | 21 | 11 | 125 |
Binary | 11011101 | 11011000 | 11010110 | 0 | 10 | 11 | 1101 | 10001 | 1001 | 1010101 |
Color Harmonies of #DDD8D6
Complementary color
Monochromatic Colors of #DDD8D6
Black with #DDD8D6
Text Example
Text Example
White with #DDD8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8D6; }
p { color: rgb(221,216,214); }
H1.HeaderClassName
{
color: #DDD8D6;
}
.AnyTagClassName
{
color: #DDD8D6;
}
</style>
background-color css
<style>
a { background-color: #DDD8D6; }
a { background-color: rgb(221,216,214); }
div.DivClassName
{
background-color: #DDD8D6;
}
.BgClassName
{
background-color: #DDD8D6;
}
</style>
border-color css
<style>
span { border-color: #DDD8D6; }
span { border-color: rgb(221,216,214); }
td.TdClassName
{
border-color: #DDD8D6;
}
.TagClassName
{
border-color: #DDD8D6;
}
</style>