#DDD9D7

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

Shades of Bon Jour #DDD9D7

Tints of Bon Jour #DDD9D7

Color information

#DDD9D7 (or 0xDDD9D7) is unknown color: approx Bon Jour. HEX triplet: DD, D9 and D7. RGB value is (221,217,215). Sum of RGB (Red+Green+Blue) = 221+217+215=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9D7 is #222628. Grayscale: #D9D9D9. Windows color (decimal): -2237993 or 14146013. OLE color: 14146013.

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

Color convert

RGB221217215-
CMYK00.020.030.13
HSL20º8.11%85.49%-
HSV(B)20º2.71%86.67%-
XYZ66.969.974.26-
YUV217.97126.33130.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 217 (85.16% from 255) = 33.23%
BLUE value IS 215 (84.38% from 255) = 32.92%
R=33.84%
G=33.23%
B=32.92%

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
Decimal22121721500.020.030.13208.1185.49
HexDDD9D7023D14855
Octal335331327023152410125
Binary1101110111011001110101110101111011010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9D7; }

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

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

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

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

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

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

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

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