#DFD9D5

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

Shades of Bon Jour #DFD9D5

Tints of Bon Jour #DFD9D5

Color information

#DFD9D5 (or 0xDFD9D5) is unknown color: approx Bon Jour. HEX triplet: DF, D9 and D5. RGB value is (223,217,213). Sum of RGB (Red+Green+Blue) = 223+217+213=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D5 is #20262A. Grayscale: #DADADA. Windows color (decimal): -2106923 or 14014943. OLE color: 14014943.

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

Color convert

RGB223217213-
CMYK00.030.040.13
HSL24º13.51%85.49%-
HSV(B)24º4.48%87.45%-
XYZ67.2570.1272.94-
YUV218.34124.99131.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.15%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=34.15%
G=33.23%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321721300.030.040.132413.5185.49
HexDFD9D5034D18e55
Octal337331325034153016125
Binary11011111110110011101010101110011011100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9D5; }

 p { color: rgb(223,217,213); }

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

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

 a { background-color: rgb(223,217,213); }

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

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

 span { border-color: rgb(223,217,213); }

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