Shades of Bon Jour #DED4CD
Tints of Bon Jour #DED4CD
RGB
CMYK
RGB Variations
Color information
#DED4CD (or 0xDED4CD) is known color: Bon Jour. HEX triplet: DE, D4 and CD. RGB value is (222,212,205). Sum of RGB (Red+Green+Blue) = 222+212+205=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DED4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED4CD is #212B32. Grayscale: #D6D6D6. Windows color (decimal): -2173747 or 13489374. OLE color: 13489374.
HSL color Cylindrical-coordinate representation of color #DED4CD: hue angle of 24.71º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DED4CD is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 212 | 205 | - |
CMYK | 0 | 0.05 | 0.08 | 0.13 |
HSL | 24.71º | 0.2% | 0.84% | - |
HSV(B) | 24.71º | 0.08% | 0.87% | - |
XYZ | 64.69 | 67.02 | 67.29 | - |
YUV | 214.19 | 122.81 | 133.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 212 | 205 | 0 | 0.05 | 0.08 | 0.13 | 24.71 | 0.2 | 0.84 |
Hex | DE | D4 | CD | 0 | 5 | 8 | D | 19 | 14 | 54 |
Octal | 336 | 324 | 315 | 0 | 5 | 10 | 15 | 31 | 24 | 124 |
Binary | 11011110 | 11010100 | 11001101 | 0 | 101 | 1000 | 1101 | 11001 | 10100 | 1010100 |
Color Harmonies of #DED4CD
Complementary color
Monochromatic Colors of #DED4CD
Black with #DED4CD
Text Example
Text Example
White with #DED4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED4CD; }
p { color: rgb(222,212,205); }
H1.HeaderClassName
{
color: #DED4CD;
}
.AnyTagClassName
{
color: #DED4CD;
}
</style>
background-color css
<style>
a { background-color: #DED4CD; }
a { background-color: rgb(222,212,205); }
div.DivClassName
{
background-color: #DED4CD;
}
.BgClassName
{
background-color: #DED4CD;
}
</style>
border-color css
<style>
span { border-color: #DED4CD; }
span { border-color: rgb(222,212,205); }
td.TdClassName
{
border-color: #DED4CD;
}
.TagClassName
{
border-color: #DED4CD;
}
</style>