Color Hex Logo

#dddac1 Color Hex

#DDDAC1
(221,218,193)
0 Favorites   0 Comments

Color spaces of #dddac1

RGB 221218193
HSL0.150.290.81
HSV54°13°87°
CMYK 0.000.010.13   0.13
XYZ64.515869.365260.4406
Yxy69.36520.33200.3570
Hunter Lab83.2858-7.478315.2732
CIE-Lab86.6846-3.186512.6735

#dddac1 color RGB value is (221,218,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 11000001
Octal 335 332 301
Decimal 221 218 193
Hex DD DA C1

RGB Percentages of Color #dddac1

%34.97
%34.49
%30.54

CMYK Percentages of Color #dddac1

%0
%1
%13
%13

Triadic Colors of #dddac1

#dddac1 #c1ddda #dac1dd

Analogous Colors of #dddac1

#dddac1 #d2ddc1 #ddccc1

Monochromatic Colors of #dddac1

#dddac1

Complementary Color

#dddac1 #c1c4dd

#dddac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddac1 Color CSS Codes

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

#dddac1 Text Font Color

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

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


#dddac1 Background Color

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

This div background color is #dddac1


#dddac1 Border Color

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

This div border color is #dddac1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,218,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 #dddac1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddac1


Comments

No comments written yet.

Please login to write comment.