Color Hex Logo

#dcd9ea Color Hex

#DCD9EA
(220,217,234)
0 Favorites   0 Comments

Color spaces of #dcd9ea

RGB 220217234
HSL0.700.290.88
HSV251°92°
CMYK 0.060.070.00   0.08
XYZ69.179370.781987.8580
Yxy70.78190.30370.3107
Hunter Lab84.1320-0.4556-3.0234
CIE-Lab87.37894.1630-7.9565

#dcd9ea color RGB value is (220,217,234).

#dcd9ea hex color red value is 220, green value is 217 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dcd9ea hue: 0.70 , saturation: 0.29 and the lightness value of dcd9ea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 11101010
Octal 334 331 352
Decimal 220 217 234
Hex DC D9 EA

RGB Percentages of Color #dcd9ea

%32.79
%32.34
%34.87

CMYK Percentages of Color #dcd9ea

%6
%7
%0
%8

Triadic Colors of #dcd9ea

#dcd9ea #eadcd9 #d9eadc

Analogous Colors of #dcd9ea

#dcd9ea #e5d9ea #d9dfea

Monochromatic Colors of #dcd9ea

#dcd9ea

Complementary Color

#dcd9ea #e7ead9

#dcd9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd9ea Color CSS Codes

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

#dcd9ea Text Font Color

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

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


#dcd9ea Background Color

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

This div background color is #dcd9ea


#dcd9ea Border Color

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

This div border color is #dcd9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd9ea

#dcd9ea Color Palettes


Comments

No comments written yet.

Please login to write comment.