Shades of Bon Jour #DAD7D5
Tints of Bon Jour #DAD7D5
RGB
CMYK
RGB Variations
Color information
#DAD7D5 (or 0xDAD7D5) is known color: Bon Jour. HEX triplet: DA, D7 and D5. RGB value is (218,215,213). Sum of RGB (Red+Green+Blue) = 218+215+213=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD7D5 is #25282A. Grayscale: #D7D7D7. Windows color (decimal): -2435115 or 14014426. OLE color: 14014426.
HSL color Cylindrical-coordinate representation of color #DAD7D5: hue angle of 24º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DAD7D5 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 215 | 213 | - |
CMYK | 0 | 0.01 | 0.02 | 0.15 |
HSL | 24º | 0.06% | 0.85% | - |
HSV(B) | 24º | 0.02% | 0.85% | - |
XYZ | 65.22 | 68.31 | 72.7 | - |
YUV | 215.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 215 | 213 | 0 | 0.01 | 0.02 | 0.15 | 24 | 0.06 | 0.85 |
Hex | DA | D7 | D5 | 0 | 1 | 2 | F | 18 | 6 | 55 |
Octal | 332 | 327 | 325 | 0 | 1 | 2 | 17 | 30 | 6 | 125 |
Binary | 11011010 | 11010111 | 11010101 | 0 | 1 | 10 | 1111 | 11000 | 110 | 1010101 |
Color Harmonies of #DAD7D5
Complementary color
Monochromatic Colors of #DAD7D5
Black with #DAD7D5
Text Example
Text Example
White with #DAD7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD7D5; }
p { color: rgb(218,215,213); }
H1.HeaderClassName
{
color: #DAD7D5;
}
.AnyTagClassName
{
color: #DAD7D5;
}
</style>
background-color css
<style>
a { background-color: #DAD7D5; }
a { background-color: rgb(218,215,213); }
div.DivClassName
{
background-color: #DAD7D5;
}
.BgClassName
{
background-color: #DAD7D5;
}
</style>
border-color css
<style>
span { border-color: #DAD7D5; }
span { border-color: rgb(218,215,213); }
td.TdClassName
{
border-color: #DAD7D5;
}
.TagClassName
{
border-color: #DAD7D5;
}
</style>