Shades of Bon Jour #DEDAD7
Tints of Bon Jour #DEDAD7
RGB
CMYK
RGB Variations
Color information
#DEDAD7 (or 0xDEDAD7) is known color: Bon Jour. HEX triplet: DE, DA and D7. RGB value is (222,218,215). Sum of RGB (Red+Green+Blue) = 222+218+215=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAD7 is #212528. Grayscale: #DADADA. Windows color (decimal): -2172201 or 14146270. OLE color: 14146270.
HSL color Cylindrical-coordinate representation of color #DEDAD7: hue angle of 25.71º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEDAD7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 218 | 215 | - |
CMYK | 0 | 0.02 | 0.03 | 0.13 |
HSL | 25.71º | 0.1% | 0.86% | - |
HSV(B) | 25.71º | 0.03% | 0.87% | - |
XYZ | 67.46 | 70.58 | 74.36 | - |
YUV | 218.85 | 125.83 | 130.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 218 | 215 | 0 | 0.02 | 0.03 | 0.13 | 25.71 | 0.1 | 0.86 |
Hex | DE | DA | D7 | 0 | 2 | 3 | D | 1A | A | 56 |
Octal | 336 | 332 | 327 | 0 | 2 | 3 | 15 | 32 | 12 | 126 |
Binary | 11011110 | 11011010 | 11010111 | 0 | 10 | 11 | 1101 | 11010 | 1010 | 1010110 |
Color Harmonies of #DEDAD7
Complementary color
Monochromatic Colors of #DEDAD7
Black with #DEDAD7
Text Example
Text Example
White with #DEDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAD7; }
p { color: rgb(222,218,215); }
H1.HeaderClassName
{
color: #DEDAD7;
}
.AnyTagClassName
{
color: #DEDAD7;
}
</style>
background-color css
<style>
a { background-color: #DEDAD7; }
a { background-color: rgb(222,218,215); }
div.DivClassName
{
background-color: #DEDAD7;
}
.BgClassName
{
background-color: #DEDAD7;
}
</style>
border-color css
<style>
span { border-color: #DEDAD7; }
span { border-color: rgb(222,218,215); }
td.TdClassName
{
border-color: #DEDAD7;
}
.TagClassName
{
border-color: #DEDAD7;
}
</style>