Shades of Bon Jour #DFD4CC
Tints of Bon Jour #DFD4CC
RGB
CMYK
RGB Variations
Color information
#DFD4CC (or 0xDFD4CC) is known color: Bon Jour. HEX triplet: DF, D4 and CC. RGB value is (223,212,204). Sum of RGB (Red+Green+Blue) = 223+212+204=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4CC is #202B33. Grayscale: #D6D6D6. Windows color (decimal): -2108212 or 13423839. OLE color: 13423839.
HSL color Cylindrical-coordinate representation of color #DFD4CC: hue angle of 25.26º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD4CC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 212 | 204 | - |
CMYK | 0 | 0.05 | 0.09 | 0.13 |
HSL | 25.26º | 0.23% | 0.84% | - |
HSV(B) | 25.26º | 0.09% | 0.87% | - |
XYZ | 64.87 | 67.13 | 66.67 | - |
YUV | 214.38 | 122.14 | 134.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 212 | 204 | 0 | 0.05 | 0.09 | 0.13 | 25.26 | 0.23 | 0.84 |
Hex | DF | D4 | CC | 0 | 5 | 9 | D | 19 | 17 | 54 |
Octal | 337 | 324 | 314 | 0 | 5 | 11 | 15 | 31 | 27 | 124 |
Binary | 11011111 | 11010100 | 11001100 | 0 | 101 | 1001 | 1101 | 11001 | 10111 | 1010100 |
Color Harmonies of #DFD4CC
Complementary color
Monochromatic Colors of #DFD4CC
Black with #DFD4CC
Text Example
Text Example
White with #DFD4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD4CC; }
p { color: rgb(223,212,204); }
H1.HeaderClassName
{
color: #DFD4CC;
}
.AnyTagClassName
{
color: #DFD4CC;
}
</style>
background-color css
<style>
a { background-color: #DFD4CC; }
a { background-color: rgb(223,212,204); }
div.DivClassName
{
background-color: #DFD4CC;
}
.BgClassName
{
background-color: #DFD4CC;
}
</style>
border-color css
<style>
span { border-color: #DFD4CC; }
span { border-color: rgb(223,212,204); }
td.TdClassName
{
border-color: #DFD4CC;
}
.TagClassName
{
border-color: #DFD4CC;
}
</style>