Color Hex Logo

#ddd3bc Color Hex

#DDD3BC
(221,211,188)
0 Favorites   0 Comments

Color spaces of #ddd3bc

RGB 221211188
HSL0.120.330.80
HSV42°15°87°
CMYK 0.000.050.15   0.13
XYZ62.190265.591556.9596
Yxy65.59150.33660.3550
Hunter Lab80.9886-4.661914.9931
CIE-Lab84.7876-0.354612.6210

#ddd3bc color RGB value is (221,211,188).

#ddd3bc hex color red value is 221, green value is 211 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddd3bc hue: 0.12 , saturation: 0.33 and the lightness value of ddd3bc is 0.80.

The process color (four color CMYK) of #ddd3bc color hex is 0.00, 0.05, 0.15, 0.13. Web safe color of #ddd3bc is #cccccc. Color #ddd3bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 10111100
Octal 335 323 274
Decimal 221 211 188
Hex DD D3 BC

RGB Percentages of Color #ddd3bc

%35.65
%34.03
%30.32

CMYK Percentages of Color #ddd3bc

%0
%5
%15
%13

Triadic Colors of #ddd3bc

#ddd3bc #bcddd3 #d3bcdd

Analogous Colors of #ddd3bc

#ddd3bc #d7ddbc #ddc3bc

Monochromatic Colors of #ddd3bc

#ddd3bc

Complementary Color

#ddd3bc #bcc6dd

#ddd3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3bc Color CSS Codes

.mybgcolor {background-color:#ddd3bc; } 
.myforecolor {color:#ddd3bc; }
.mybordercolor {border:3px solid #ddd3bc; }

#ddd3bc Text Font Color

<p style="color:#ddd3bc">Text here</p>

This sample text font color is #ddd3bc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddd3bc Background Color

<div style="background-color:#ddd3bc">
Div content here</div>

This div background color is #ddd3bc


#ddd3bc Border Color

<div style="border:3px solid #ddd3bc">
Div here</div>

This div border color is #ddd3bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,211,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd3bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd3bc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd3bc;
  box-shadow:         1px 1px 3px 2px #ddd3bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,211,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd3bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd3bc;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd3bc;
  box-shadow:         1px 1px 3px 2px #ddd3bc;">
Div content here</div>

This div box has shadow with color #ddd3bc

#ddd3bc Color Palettes


Comments

No comments written yet.

Please login to write comment.