Color Hex Logo

#dcd3ec Color Hex

#DCD3EC
(220,211,236)
0 Favorites   0 Comments

Color spaces of #dcd3ec

RGB 220211236
HSL0.730.400.88
HSV262°11°93°
CMYK 0.070.110.00   0.07
XYZ67.949867.860388.8739
Yxy67.86030.30240.3020
Hunter Lab82.37743.0771-6.3016
CIE-Lab85.93657.6997-11.1583

#dcd3ec color RGB value is (220,211,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010011 11101100
Octal 334 323 354
Decimal 220 211 236
Hex DC D3 EC

RGB Percentages of Color #dcd3ec

%32.98
%31.63
%35.38

CMYK Percentages of Color #dcd3ec

%7
%11
%0
%7

Triadic Colors of #dcd3ec

#dcd3ec #ecdcd3 #d3ecdc

Analogous Colors of #dcd3ec

#dcd3ec #e9d3ec #d3d7ec

Monochromatic Colors of #dcd3ec

#dcd3ec

Complementary Color

#dcd3ec #e3ecd3

#dcd3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd3ec Color CSS Codes

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

#dcd3ec Text Font Color

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

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


#dcd3ec Background Color

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

This div background color is #dcd3ec


#dcd3ec Border Color

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

This div border color is #dcd3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd3ec


Comments

No comments written yet.

Please login to write comment.