#DDD6D3

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

Shades of Bon Jour #DDD6D3

Tints of Bon Jour #DDD6D3

Color information

#DDD6D3 (or 0xDDD6D3) is unknown color: approx Bon Jour. HEX triplet: DD, D6 and D3. RGB value is (221,214,211). Sum of RGB (Red+Green+Blue) = 221+214+211=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6D3 is #22292C. Grayscale: #D7D7D7. Windows color (decimal): -2238765 or 13883101. OLE color: 13883101.

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

Color convert

RGB221214211-
CMYK00.030.050.13
HSL18º12.82%84.71%-
HSV(B)18º4.52%86.67%-
XYZ65.6268.1771.33-
YUV215.75125.32131.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 214 (83.98% from 255) = 33.13%
BLUE value IS 211 (82.81% from 255) = 32.66%
R=34.21%
G=33.13%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121421100.030.050.131812.8284.71
HexDDD6D3035D12d55
Octal335326323035152215125
Binary11011101110101101101001101110111011001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6D3; }

 p { color: rgb(221,214,211); }

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

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

 a { background-color: rgb(221,214,211); }

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

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

 span { border-color: rgb(221,214,211); }

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