#DFDBD9

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

Shades of Bon Jour #DFDBD9

Tints of Bon Jour #DFDBD9

Color information

#DFDBD9 (or 0xDFDBD9) is unknown color: approx Bon Jour. HEX triplet: DF, DB and D9. RGB value is (223,219,217). Sum of RGB (Red+Green+Blue) = 223+219+217=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD9 is #202426. Grayscale: #DBDBDB. Windows color (decimal): -2106407 or 14277599. OLE color: 14277599.

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

Color convert

RGB223219217-
CMYK00.020.030.13
HSL20º8.57%86.27%-
HSV(B)20º2.69%87.45%-
XYZ68.2971.3675.82-
YUV219.97126.33130.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 219 (85.94% from 255) = 33.23%
BLUE value IS 217 (85.16% from 255) = 32.93%
R=33.84%
G=33.23%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321921700.020.030.13208.5786.27
HexDFDBD9023D14956
Octal337333331023152411126
Binary1101111111011011110110010101111011010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBD9; }

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

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

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

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

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

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

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

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