#DED9D7

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

Shades of Bon Jour #DED9D7

Tints of Bon Jour #DED9D7

Color information

#DED9D7 (or 0xDED9D7) is unknown color: approx Bon Jour. HEX triplet: DE, D9 and D7. RGB value is (222,217,215). Sum of RGB (Red+Green+Blue) = 222+217+215=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED9D7 is #212628. Grayscale: #DADADA. Windows color (decimal): -2172457 or 14146014. OLE color: 14146014.

HSL color Cylindrical-coordinate representation of color #DED9D7: hue angle of 17.14º degrees, saturation: 0.1, 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 #DED9D7 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB222217215-
CMYK00.020.030.13
HSL17.14º9.59%85.69%-
HSV(B)17.14º3.15%87.06%-
XYZ67.270.0674.27-
YUV218.27126.16130.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.94%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=33.94%
G=33.18%
B=32.87%

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
Decimal22221721500.020.030.1317.149.5985.69
HexDED9D7023D11a56
Octal336331327023152112126
Binary1101111011011001110101110101111011000110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED9D7; }

 p { color: rgb(222,217,215); }

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

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

 a { background-color: rgb(222,217,215); }

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

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

 span { border-color: rgb(222,217,215); }

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