Color Hex Logo

#dcd2ec Color Hex

#DCD2EC
(220,210,236)
0 Favorites   0 Comments

Color spaces of #dcd2ec

RGB 220210236
HSL0.730.410.87
HSV263°11°93°
CMYK 0.070.110.00   0.07
XYZ67.702167.365088.7913
Yxy67.36500.30240.3009
Hunter Lab82.07623.6058-6.6875
CIE-Lab85.68798.2274-11.5290

#dcd2ec color RGB value is (220,210,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 11101100
Octal 334 322 354
Decimal 220 210 236
Hex DC D2 EC

RGB Percentages of Color #dcd2ec

%33.03
%31.53
%35.44

CMYK Percentages of Color #dcd2ec

%7
%11
%0
%7

Triadic Colors of #dcd2ec

#dcd2ec #ecdcd2 #d2ecdc

Analogous Colors of #dcd2ec

#dcd2ec #e9d2ec #d2d5ec

Monochromatic Colors of #dcd2ec

#dcd2ec

Complementary Color

#dcd2ec #e2ecd2

#dcd2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd2ec Color CSS Codes

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

#dcd2ec Text Font Color

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

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


#dcd2ec Background Color

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

This div background color is #dcd2ec


#dcd2ec Border Color

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

This div border color is #dcd2ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd2ec


Comments

No comments written yet.

Please login to write comment.