Color Hex Logo

#dac2dd Color Hex

#DAC2DD
(218,194,221)
0 Favorites   0 Comments

Color spaces of #dac2dd

RGB 218194221
HSL0.810.280.81
HSV293°12°87°
CMYK 0.010.120.00   0.13
XYZ61.256458.709576.5101
Yxy58.70950.31180.2988
Hunter Lab76.62218.6151-5.5678
CIE-Lab81.131713.2203-10.3389

#dac2dd color RGB value is (218,194,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 11011101
Octal 332 302 335
Decimal 218 194 221
Hex DA C2 DD

RGB Percentages of Color #dac2dd

%34.44
%30.65
%34.91

CMYK Percentages of Color #dac2dd

%1
%12
%0
%13

Triadic Colors of #dac2dd

#dac2dd #dddac2 #c2ddda

Analogous Colors of #dac2dd

#dac2dd #ddc2d3 #cdc2dd

Monochromatic Colors of #dac2dd

#dac2dd

Complementary Color

#dac2dd #c5ddc2

#dac2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac2dd Color CSS Codes

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

#dac2dd Text Font Color

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

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


#dac2dd Background Color

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

This div background color is #dac2dd


#dac2dd Border Color

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

This div border color is #dac2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac2dd


Comments

No comments written yet.

Please login to write comment.