Color Hex Logo

#dac3dd Color Hex

#DAC3DD
(218,195,221)
0 Favorites   0 Comments

Color spaces of #dac3dd

RGB 218195221
HSL0.810.280.82
HSV293°12°87°
CMYK 0.010.120.00   0.13
XYZ61.479759.156176.5846
Yxy59.15610.31170.2999
Hunter Lab76.91308.0846-5.1977
CIE-Lab81.377312.6855-9.9730

#dac3dd color RGB value is (218,195,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000011 11011101
Octal 332 303 335
Decimal 218 195 221
Hex DA C3 DD

RGB Percentages of Color #dac3dd

%34.38
%30.76
%34.86

CMYK Percentages of Color #dac3dd

%1
%12
%0
%13

Triadic Colors of #dac3dd

#dac3dd #dddac3 #c3ddda

Analogous Colors of #dac3dd

#dac3dd #ddc3d3 #cdc3dd

Monochromatic Colors of #dac3dd

#dac3dd

Complementary Color

#dac3dd #c6ddc3

#dac3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac3dd Color CSS Codes

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

#dac3dd Text Font Color

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

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


#dac3dd Background Color

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

This div background color is #dac3dd


#dac3dd Border Color

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

This div border color is #dac3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac3dd

#dac3dd Color Palettes


Comments

No comments written yet.

Please login to write comment.