Shades of Bon Jour #DED4D0
Tints of Bon Jour #DED4D0
RGB
CMYK
RGB Variations
Color information
#DED4D0 (or 0xDED4D0) is known color: Bon Jour. HEX triplet: DE, D4 and D0. RGB value is (222,212,208). Sum of RGB (Red+Green+Blue) = 222+212+208=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4D0 is #212B2F. Grayscale: #D6D6D6. Windows color (decimal): -2173744 or 13685982. OLE color: 13685982.
HSL color Cylindrical-coordinate representation of color #DED4D0: hue angle of 17.14º 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 #DED4D0 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 212 | 208 | - |
CMYK | 0 | 0.05 | 0.06 | 0.13 |
HSL | 17.14º | 0.18% | 0.84% | - |
HSV(B) | 17.14º | 0.06% | 0.87% | - |
XYZ | 65.05 | 67.17 | 69.21 | - |
YUV | 214.53 | 124.31 | 133.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 208 | 0 | 0.05 | 0.06 | 0.13 | 17.14 | 0.18 | 0.84 |
Hex | DE | D4 | D0 | 0 | 5 | 6 | D | 11 | 12 | 54 |
Octal | 336 | 324 | 320 | 0 | 5 | 6 | 15 | 21 | 22 | 124 |
Binary | 11011110 | 11010100 | 11010000 | 0 | 101 | 110 | 1101 | 10001 | 10010 | 1010100 |
Color Harmonies of #DED4D0
Complementary color
Monochromatic Colors of #DED4D0
Black with #DED4D0
Text Example
Text Example
White with #DED4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4D0; }
p { color: rgb(222,212,208); }
H1.HeaderClassName
{
color: #DED4D0;
}
.AnyTagClassName
{
color: #DED4D0;
}
</style>
background-color css
<style>
a { background-color: #DED4D0; }
a { background-color: rgb(222,212,208); }
div.DivClassName
{
background-color: #DED4D0;
}
.BgClassName
{
background-color: #DED4D0;
}
</style>
border-color css
<style>
span { border-color: #DED4D0; }
span { border-color: rgb(222,212,208); }
td.TdClassName
{
border-color: #DED4D0;
}
.TagClassName
{
border-color: #DED4D0;
}
</style>