#DFD6D2

Color #DFD6D2 Bon Jour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bon Jour #DFD6D2

Tints of Bon Jour #DFD6D2

Color information

#DFD6D2 (or 0xDFD6D2) is unknown color: approx Bon Jour. HEX triplet: DF, D6 and D2. RGB value is (223,214,210). Sum of RGB (Red+Green+Blue) = 223+214+210=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6D2 is #20292D. Grayscale: #D8D8D8. Windows color (decimal): -2107694 or 13817567. OLE color: 13817567.

HSL color Cylindrical-coordinate representation of color #DFD6D2: hue angle of 18.46º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD6D2 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223214210-
CMYK00.040.060.13
HSL18.46º16.88%84.9%-
HSV(B)18.46º5.83%87.45%-
XYZ66.1168.4370.7-
YUV216.24124.48132.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.47%
GREEN value IS 214 (83.98% from 255) = 33.08%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=34.47%
G=33.08%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321421000.040.060.1318.4616.8884.9
HexDFD6D2046D121155
Octal337326322046152221125
Binary1101111111010110110100100100110110110010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6D2; }

 p { color: rgb(223,214,210); }

 H1.HeaderClassName
 {
   color: #DFD6D2;
 }
 .AnyTagClassName
 {
   color: #DFD6D2;
 }
</style>
background-color css

<style>
 a { background-color: #DFD6D2; }

 a { background-color: rgb(223,214,210); }

 div.DivClassName
 {
   background-color: #DFD6D2;
 }
 .BgClassName
 {
   background-color: #DFD6D2;
 }
</style>
border-color css

<style>
 span { border-color: #DFD6D2; }

 span { border-color: rgb(223,214,210); }

 td.TdClassName
 {
   border-color: #DFD6D2;
 }
 .TagClassName
 {
   border-color: #DFD6D2;
 }
</style>