Color Hex Logo

#dcaedd Color Hex

#DCAEDD
(220,174,221)
0 Favorites   0 Comments

Color spaces of #dcaedd

RGB 220174221
HSL0.830.410.77
HSV299°21°87°
CMYK 0.000.210.00   0.13
XYZ57.702450.708275.1530
Yxy50.70820.31430.2762
Hunter Lab71.209720.0246-12.7265
CIE-Lab76.501924.6566-17.2637

#dcaedd color RGB value is (220,174,221).

#dcaedd hex color red value is 220, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcaedd hue: 0.83 , saturation: 0.41 and the lightness value of dcaedd is 0.77.

The process color (four color CMYK) of #dcaedd color hex is 0.00, 0.21, 0.00, 0.13. Web safe color of #dcaedd is #cc99cc. Color #dcaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101110 11011101
Octal 334 256 335
Decimal 220 174 221
Hex DC AE DD

RGB Percentages of Color #dcaedd

%35.77
%28.29
%35.93

CMYK Percentages of Color #dcaedd

%0
%21
%0
%13

Triadic Colors of #dcaedd

#dcaedd #dddcae #aedddc

Analogous Colors of #dcaedd

#dcaedd #ddaec7 #c5aedd

Monochromatic Colors of #dcaedd

#dcaedd

Complementary Color

#dcaedd #afddae

#dcaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaedd Color CSS Codes

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

#dcaedd Text Font Color

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

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


#dcaedd Background Color

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

This div background color is #dcaedd


#dcaedd Border Color

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

This div border color is #dcaedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaedd


Comments

No comments written yet.

Please login to write comment.