Color Hex Logo

#dcd3ed Color Hex

#DCD3ED
(220,211,237)
0 Favorites   0 Comments

Color spaces of #dcd3ed

RGB 220211237
HSL0.720.420.88
HSV261°11°93°
CMYK 0.070.110.00   0.07
XYZ68.095567.918689.6413
Yxy67.91860.30180.3010
Hunter Lab82.41273.2676-6.8015
CIE-Lab85.96577.8933-11.6444

#dcd3ed color RGB value is (220,211,237).

#dcd3ed hex color red value is 220, green value is 211 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dcd3ed hue: 0.72 , saturation: 0.42 and the lightness value of dcd3ed is 0.88.

The process color (four color CMYK) of #dcd3ed color hex is 0.07, 0.11, 0.00, 0.07. Web safe color of #dcd3ed is #ccccff. Color #dcd3ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 11101101
Octal 334 323 355
Decimal 220 211 237
Hex DC D3 ED

RGB Percentages of Color #dcd3ed

%32.93
%31.59
%35.48

CMYK Percentages of Color #dcd3ed

%7
%11
%0
%7

Triadic Colors of #dcd3ed

#dcd3ed #eddcd3 #d3eddc

Analogous Colors of #dcd3ed

#dcd3ed #e9d3ed #d3d7ed

Monochromatic Colors of #dcd3ed

#dcd3ed

Complementary Color

#dcd3ed #e4edd3

#dcd3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd3ed Color CSS Codes

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

#dcd3ed Text Font Color

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

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


#dcd3ed Background Color

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

This div background color is #dcd3ed


#dcd3ed Border Color

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

This div border color is #dcd3ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,211,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd3ed


Comments

No comments written yet.

Please login to write comment.