Color Hex Logo

#dac6dd Color Hex

#DAC6DD
(218,198,221)
0 Favorites   0 Comments

Color spaces of #dac6dd

RGB 218198221
HSL0.810.250.82
HSV292°10°87°
CMYK 0.010.100.00   0.13
XYZ62.158760.514176.8109
Yxy60.51410.31160.3034
Hunter Lab77.79086.4964-4.0896
CIE-Lab82.116811.0841-8.8730

#dac6dd color RGB value is (218,198,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 11011101
Octal 332 306 335
Decimal 218 198 221
Hex DA C6 DD

RGB Percentages of Color #dac6dd

%34.22
%31.08
%34.69

CMYK Percentages of Color #dac6dd

%1
%10
%0
%13

Triadic Colors of #dac6dd

#dac6dd #dddac6 #c6ddda

Analogous Colors of #dac6dd

#dac6dd #ddc6d5 #cfc6dd

Monochromatic Colors of #dac6dd

#dac6dd

Complementary Color

#dac6dd #c9ddc6

#dac6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6dd Color CSS Codes

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

#dac6dd Text Font Color

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

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


#dac6dd Background Color

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

This div background color is #dac6dd


#dac6dd Border Color

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

This div border color is #dac6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6dd


Comments

No comments written yet.

Please login to write comment.