Shades of Bon Jour #DFDAD6
Tints of Bon Jour #DFDAD6
RGB
CMYK
RGB Variations
Color information
#DFDAD6 (or 0xDFDAD6) is known color: Bon Jour. HEX triplet: DF, DA and D6. RGB value is (223,218,214). Sum of RGB (Red+Green+Blue) = 223+218+214=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDAD6 is #202529. Grayscale: #DBDBDB. Windows color (decimal): -2106666 or 14080735. OLE color: 14080735.
HSL color Cylindrical-coordinate representation of color #DFDAD6: hue angle of 26.67º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFDAD6 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 218 | 214 | - |
CMYK | 0 | 0.02 | 0.04 | 0.13 |
HSL | 26.67º | 0.12% | 0.86% | - |
HSV(B) | 26.67º | 0.04% | 0.87% | - |
XYZ | 67.64 | 70.69 | 73.7 | - |
YUV | 219.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 214 | 0 | 0.02 | 0.04 | 0.13 | 26.67 | 0.12 | 0.86 |
Hex | DF | DA | D6 | 0 | 2 | 4 | D | 1B | C | 56 |
Octal | 337 | 332 | 326 | 0 | 2 | 4 | 15 | 33 | 14 | 126 |
Binary | 11011111 | 11011010 | 11010110 | 0 | 10 | 100 | 1101 | 11011 | 1100 | 1010110 |
Color Harmonies of #DFDAD6
Complementary color
Monochromatic Colors of #DFDAD6
Black with #DFDAD6
Text Example
Text Example
White with #DFDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAD6; }
p { color: rgb(223,218,214); }
H1.HeaderClassName
{
color: #DFDAD6;
}
.AnyTagClassName
{
color: #DFDAD6;
}
</style>
background-color css
<style>
a { background-color: #DFDAD6; }
a { background-color: rgb(223,218,214); }
div.DivClassName
{
background-color: #DFDAD6;
}
.BgClassName
{
background-color: #DFDAD6;
}
</style>
border-color css
<style>
span { border-color: #DFDAD6; }
span { border-color: rgb(223,218,214); }
td.TdClassName
{
border-color: #DFDAD6;
}
.TagClassName
{
border-color: #DFDAD6;
}
</style>