Color Hex Logo

#dcd9ec Color Hex

#DCD9EC
(220,217,236)
0 Favorites   0 Comments

Color spaces of #dcd9ec

RGB 220217236
HSL0.690.330.89
HSV249°93°
CMYK 0.070.080.00   0.07
XYZ69.468470.897589.3801
Yxy70.89750.30240.3086
Hunter Lab84.2007-0.0826-3.9967
CIE-Lab87.43524.5462-8.9286

#dcd9ec color RGB value is (220,217,236).

#dcd9ec hex color red value is 220, green value is 217 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcd9ec hue: 0.69 , saturation: 0.33 and the lightness value of dcd9ec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 11101100
Octal 334 331 354
Decimal 220 217 236
Hex DC D9 EC

RGB Percentages of Color #dcd9ec

%32.69
%32.24
%35.07

CMYK Percentages of Color #dcd9ec

%7
%8
%0
%7

Triadic Colors of #dcd9ec

#dcd9ec #ecdcd9 #d9ecdc

Analogous Colors of #dcd9ec

#dcd9ec #e6d9ec #d9e0ec

Monochromatic Colors of #dcd9ec

#dcd9ec

Complementary Color

#dcd9ec #e9ecd9

#dcd9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd9ec Color CSS Codes

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

#dcd9ec Text Font Color

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

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


#dcd9ec Background Color

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

This div background color is #dcd9ec


#dcd9ec Border Color

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

This div border color is #dcd9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd9ec


Comments

No comments written yet.

Please login to write comment.