Color Hex Logo

#dcd3ea Color Hex

#DCD3EA
(220,211,234)
0 Favorites   0 Comments

Color spaces of #dcd3ea

RGB 220211234
HSL0.730.350.87
HSV263°10°92°
CMYK 0.060.100.00   0.08
XYZ67.660767.744787.3518
Yxy67.74470.30370.3041
Hunter Lab82.30722.6986-5.3089
CIE-Lab85.87867.3144-10.1849

#dcd3ea color RGB value is (220,211,234).

#dcd3ea hex color red value is 220, green value is 211 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dcd3ea hue: 0.73 , saturation: 0.35 and the lightness value of dcd3ea is 0.87.

The process color (four color CMYK) of #dcd3ea color hex is 0.06, 0.10, 0.00, 0.08. Web safe color of #dcd3ea is #ccccff. Color #dcd3ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 11101010
Octal 334 323 352
Decimal 220 211 234
Hex DC D3 EA

RGB Percentages of Color #dcd3ea

%33.08
%31.73
%35.19

CMYK Percentages of Color #dcd3ea

%6
%10
%0
%8

Triadic Colors of #dcd3ea

#dcd3ea #eadcd3 #d3eadc

Analogous Colors of #dcd3ea

#dcd3ea #e8d3ea #d3d6ea

Monochromatic Colors of #dcd3ea

#dcd3ea

Complementary Color

#dcd3ea #e1ead3

#dcd3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd3ea Color CSS Codes

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

#dcd3ea Text Font Color

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

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


#dcd3ea Background Color

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

This div background color is #dcd3ea


#dcd3ea Border Color

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

This div border color is #dcd3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd3ea


Comments

No comments written yet.

Please login to write comment.