Shades of Bon Jour #DED8D4
Tints of Bon Jour #DED8D4
RGB
CMYK
RGB Variations
Color information
#DED8D4 (or 0xDED8D4) is known color: Bon Jour. HEX triplet: DE, D8 and D4. RGB value is (222,216,212). Sum of RGB (Red+Green+Blue) = 222+216+212=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 216 (84.77% from 255 or 33.23% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8D4 is #21272B. Grayscale: #D9D9D9. Windows color (decimal): -2172716 or 13949150. OLE color: 13949150.
HSL color Cylindrical-coordinate representation of color #DED8D4: hue angle of 24º 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 #DED8D4 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 216 | 212 | - |
CMYK | 0 | 0.03 | 0.05 | 0.13 |
HSL | 24º | 0.13% | 0.85% | - |
HSV(B) | 24º | 0.05% | 0.87% | - |
XYZ | 66.56 | 69.39 | 72.17 | - |
YUV | 217.34 | 124.99 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 216 | 212 | 0 | 0.03 | 0.05 | 0.13 | 24 | 0.13 | 0.85 |
Hex | DE | D8 | D4 | 0 | 3 | 5 | D | 18 | D | 55 |
Octal | 336 | 330 | 324 | 0 | 3 | 5 | 15 | 30 | 15 | 125 |
Binary | 11011110 | 11011000 | 11010100 | 0 | 11 | 101 | 1101 | 11000 | 1101 | 1010101 |
Color Harmonies of #DED8D4
Complementary color
Monochromatic Colors of #DED8D4
Black with #DED8D4
Text Example
Text Example
White with #DED8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8D4; }
p { color: rgb(222,216,212); }
H1.HeaderClassName
{
color: #DED8D4;
}
.AnyTagClassName
{
color: #DED8D4;
}
</style>
background-color css
<style>
a { background-color: #DED8D4; }
a { background-color: rgb(222,216,212); }
div.DivClassName
{
background-color: #DED8D4;
}
.BgClassName
{
background-color: #DED8D4;
}
</style>
border-color css
<style>
span { border-color: #DED8D4; }
span { border-color: rgb(222,216,212); }
td.TdClassName
{
border-color: #DED8D4;
}
.TagClassName
{
border-color: #DED8D4;
}
</style>