Shades of Bon Jour #DED5CE
Tints of Bon Jour #DED5CE
RGB
CMYK
RGB Variations
Color information
#DED5CE (or 0xDED5CE) is known color: Bon Jour. HEX triplet: DE, D5 and CE. RGB value is (222,213,206). Sum of RGB (Red+Green+Blue) = 222+213+206=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5CE is #212A31. Grayscale: #D6D6D6. Windows color (decimal): -2173490 or 13555166. OLE color: 13555166.
HSL color Cylindrical-coordinate representation of color #DED5CE: hue angle of 26.25º degrees, saturation: 0.2, 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 #DED5CE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 206 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.13 |
| HSL | 26.25º | 0.2% | 0.84% | - |
| HSV(B) | 26.25º | 0.07% | 0.87% | - |
| XYZ | 65.06 | 67.57 | 68.01 | - |
| YUV | 214.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 206 | 0 | 0.04 | 0.07 | 0.13 | 26.25 | 0.2 | 0.84 |
| Hex | DE | D5 | CE | 0 | 4 | 7 | D | 1A | 14 | 54 |
| Octal | 336 | 325 | 316 | 0 | 4 | 7 | 15 | 32 | 24 | 124 |
| Binary | 11011110 | 11010101 | 11001110 | 0 | 100 | 111 | 1101 | 11010 | 10100 | 1010100 |
Color Harmonies of #DED5CE
Complementary color
Monochromatic Colors of #DED5CE
Black with #DED5CE
Text Example
Text Example
White with #DED5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5CE; }
p { color: rgb(222,213,206); }
H1.HeaderClassName
{
color: #DED5CE;
}
.AnyTagClassName
{
color: #DED5CE;
}
</style>
background-color css
<style>
a { background-color: #DED5CE; }
a { background-color: rgb(222,213,206); }
div.DivClassName
{
background-color: #DED5CE;
}
.BgClassName
{
background-color: #DED5CE;
}
</style>
border-color css
<style>
span { border-color: #DED5CE; }
span { border-color: rgb(222,213,206); }
td.TdClassName
{
border-color: #DED5CE;
}
.TagClassName
{
border-color: #DED5CE;
}
</style>