Color Hex Logo

#dddbc1 Color Hex

#DDDBC1
(221,219,193)
0 Favorites   0 Comments

Color spaces of #dddbc1

RGB 221219193
HSL0.150.290.81
HSV56°13°87°
CMYK 0.000.010.13   0.13
XYZ64.776069.885460.5273
Yxy69.88540.33190.3580
Hunter Lab83.5975-7.983815.5904
CIE-Lab86.9406-3.700213.0364

#dddbc1 color RGB value is (221,219,193).

#dddbc1 hex color red value is 221, green value is 219 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dddbc1 hue: 0.15 , saturation: 0.29 and the lightness value of dddbc1 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11000001
Octal 335 333 301
Decimal 221 219 193
Hex DD DB C1

RGB Percentages of Color #dddbc1

%34.91
%34.60
%30.49

CMYK Percentages of Color #dddbc1

%0
%1
%13
%13

Triadic Colors of #dddbc1

#dddbc1 #c1dddb #dbc1dd

Analogous Colors of #dddbc1

#dddbc1 #d1ddc1 #ddcdc1

Monochromatic Colors of #dddbc1

#dddbc1

Complementary Color

#dddbc1 #c1c3dd

#dddbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbc1 Color CSS Codes

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

#dddbc1 Text Font Color

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

This sample text font color is #dddbc1
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.


#dddbc1 Background Color

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

This div background color is #dddbc1


#dddbc1 Border Color

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

This div border color is #dddbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbc1


Comments

No comments written yet.

Please login to write comment.