Shades of Bon Jour #DED7D4
Tints of Bon Jour #DED7D4
RGB
CMYK
RGB Variations
Color information
#DED7D4 (or 0xDED7D4) is known color: Bon Jour. HEX triplet: DE, D7 and D4. RGB value is (222,215,212). Sum of RGB (Red+Green+Blue) = 222+215+212=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7D4 is #21282B. Grayscale: #D8D8D8. Windows color (decimal): -2172972 or 13948894. OLE color: 13948894.
HSL color Cylindrical-coordinate representation of color #DED7D4: hue angle of 18º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DED7D4 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 212 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.13 |
| HSL | 18º | 0.13% | 0.85% | - |
| HSV(B) | 18º | 0.05% | 0.87% | - |
| XYZ | 66.31 | 68.88 | 72.09 | - |
| YUV | 216.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 212 | 0 | 0.03 | 0.05 | 0.13 | 18 | 0.13 | 0.85 |
| Hex | DE | D7 | D4 | 0 | 3 | 5 | D | 12 | D | 55 |
| Octal | 336 | 327 | 324 | 0 | 3 | 5 | 15 | 22 | 15 | 125 |
| Binary | 11011110 | 11010111 | 11010100 | 0 | 11 | 101 | 1101 | 10010 | 1101 | 1010101 |
Color Harmonies of #DED7D4
Complementary color
Monochromatic Colors of #DED7D4
Black with #DED7D4
Text Example
Text Example
White with #DED7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7D4; }
p { color: rgb(222,215,212); }
H1.HeaderClassName
{
color: #DED7D4;
}
.AnyTagClassName
{
color: #DED7D4;
}
</style>
background-color css
<style>
a { background-color: #DED7D4; }
a { background-color: rgb(222,215,212); }
div.DivClassName
{
background-color: #DED7D4;
}
.BgClassName
{
background-color: #DED7D4;
}
</style>
border-color css
<style>
span { border-color: #DED7D4; }
span { border-color: rgb(222,215,212); }
td.TdClassName
{
border-color: #DED7D4;
}
.TagClassName
{
border-color: #DED7D4;
}
</style>