Shades of Bon Jour #DED5D0
Tints of Bon Jour #DED5D0
RGB
CMYK
RGB Variations
Color information
#DED5D0 (or 0xDED5D0) is known color: Bon Jour. HEX triplet: DE, D5 and D0. RGB value is (222,213,208). Sum of RGB (Red+Green+Blue) = 222+213+208=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 208 (81.64% from 255 or 32.35% from 643); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5D0 is #212A2F. Grayscale: #D7D7D7. Windows color (decimal): -2173488 or 13686238. OLE color: 13686238.
HSL color Cylindrical-coordinate representation of color #DED5D0: hue angle of 21.43º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED5D0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 213 | 208 | - |
CMYK | 0 | 0.04 | 0.06 | 0.13 |
HSL | 21.43º | 0.18% | 0.84% | - |
HSV(B) | 21.43º | 0.06% | 0.87% | - |
XYZ | 65.3 | 67.67 | 69.29 | - |
YUV | 215.12 | 123.98 | 132.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 213 | 208 | 0 | 0.04 | 0.06 | 0.13 | 21.43 | 0.18 | 0.84 |
Hex | DE | D5 | D0 | 0 | 4 | 6 | D | 15 | 12 | 54 |
Octal | 336 | 325 | 320 | 0 | 4 | 6 | 15 | 25 | 22 | 124 |
Binary | 11011110 | 11010101 | 11010000 | 0 | 100 | 110 | 1101 | 10101 | 10010 | 1010100 |
Color Harmonies of #DED5D0
Complementary color
Monochromatic Colors of #DED5D0
Black with #DED5D0
Text Example
Text Example
White with #DED5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5D0; }
p { color: rgb(222,213,208); }
H1.HeaderClassName
{
color: #DED5D0;
}
.AnyTagClassName
{
color: #DED5D0;
}
</style>
background-color css
<style>
a { background-color: #DED5D0; }
a { background-color: rgb(222,213,208); }
div.DivClassName
{
background-color: #DED5D0;
}
.BgClassName
{
background-color: #DED5D0;
}
</style>
border-color css
<style>
span { border-color: #DED5D0; }
span { border-color: rgb(222,213,208); }
td.TdClassName
{
border-color: #DED5D0;
}
.TagClassName
{
border-color: #DED5D0;
}
</style>