Color Hex Logo

#dac9dd Color Hex

#DAC9DD
(218,201,221)
0 Favorites   0 Comments

Color spaces of #dac9dd

RGB 218201221
HSL0.810.230.83
HSV291°87°
CMYK 0.010.090.00   0.13
XYZ62.851261.899277.0417
Yxy61.89920.31150.3067
Hunter Lab78.67604.9136-2.9851
CIE-Lab82.85989.4874-7.7702

#dac9dd color RGB value is (218,201,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 11011101
Octal 332 311 335
Decimal 218 201 221
Hex DA C9 DD

RGB Percentages of Color #dac9dd

%34.06
%31.41
%34.53

CMYK Percentages of Color #dac9dd

%1
%9
%0
%13

Triadic Colors of #dac9dd

#dac9dd #dddac9 #c9ddda

Analogous Colors of #dac9dd

#dac9dd #ddc9d6 #d0c9dd

Monochromatic Colors of #dac9dd

#dac9dd

Complementary Color

#dac9dd #ccddc9

#dac9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac9dd Color CSS Codes

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

#dac9dd Text Font Color

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

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


#dac9dd Background Color

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

This div background color is #dac9dd


#dac9dd Border Color

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

This div border color is #dac9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac9dd


Comments

No comments written yet.

Please login to write comment.