#DFDAD6

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

Shades of Bon Jour #DFDAD6

Tints of Bon Jour #DFDAD6

Color information

#DFDAD6 (or 0xDFDAD6) is unknown color: approx 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

RGB223218214-
CMYK00.020.040.13
HSL26.67º12.33%85.69%-
HSV(B)26.67º4.04%87.45%-
XYZ67.6470.6973.7-
YUV219.04125.16130.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 218 (85.55% from 255) = 33.28%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=34.05%
G=33.28%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321821400.020.040.1326.6712.3385.69
HexDFDAD6024D1bc56
Octal337332326024153314126
Binary11011111110110101101011001010011011101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>