Shades of Bon Jour #DDD4CE
Tints of Bon Jour #DDD4CE
RGB
CMYK
RGB Variations
Color information
#DDD4CE (or 0xDDD4CE) is known color: Bon Jour. HEX triplet: DD, D4 and CE. RGB value is (221,212,206). Sum of RGB (Red+Green+Blue) = 221+212+206=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4CE is #222B31. Grayscale: #D6D6D6. Windows color (decimal): -2239282 or 13554909. OLE color: 13554909.
HSL color Cylindrical-coordinate representation of color #DDD4CE: hue angle of 24º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD4CE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 212 | 206 | - |
CMYK | 0 | 0.04 | 0.07 | 0.13 |
HSL | 24º | 0.18% | 0.84% | - |
HSV(B) | 24º | 0.07% | 0.87% | - |
XYZ | 64.5 | 66.92 | 67.91 | - |
YUV | 214.01 | 123.48 | 132.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 212 | 206 | 0 | 0.04 | 0.07 | 0.13 | 24 | 0.18 | 0.84 |
Hex | DD | D4 | CE | 0 | 4 | 7 | D | 18 | 12 | 54 |
Octal | 335 | 324 | 316 | 0 | 4 | 7 | 15 | 30 | 22 | 124 |
Binary | 11011101 | 11010100 | 11001110 | 0 | 100 | 111 | 1101 | 11000 | 10010 | 1010100 |
Color Harmonies of #DDD4CE
Complementary color
Monochromatic Colors of #DDD4CE
Black with #DDD4CE
Text Example
Text Example
White with #DDD4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD4CE; }
p { color: rgb(221,212,206); }
H1.HeaderClassName
{
color: #DDD4CE;
}
.AnyTagClassName
{
color: #DDD4CE;
}
</style>
background-color css
<style>
a { background-color: #DDD4CE; }
a { background-color: rgb(221,212,206); }
div.DivClassName
{
background-color: #DDD4CE;
}
.BgClassName
{
background-color: #DDD4CE;
}
</style>
border-color css
<style>
span { border-color: #DDD4CE; }
span { border-color: rgb(221,212,206); }
td.TdClassName
{
border-color: #DDD4CE;
}
.TagClassName
{
border-color: #DDD4CE;
}
</style>