Color Hex Logo

#dcd7ea Color Hex

#DCD7EA
(220,215,234)
0 Favorites   0 Comments

Color spaces of #dcd7ea

RGB 220215234
HSL0.710.310.88
HSV256°92°
CMYK 0.060.080.00   0.08
XYZ68.666969.757087.6872
Yxy69.75700.30370.3085
Hunter Lab83.52070.5935-3.7833
CIE-Lab86.87755.2109-8.7002

#dcd7ea color RGB value is (220,215,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010111 11101010
Octal 334 327 352
Decimal 220 215 234
Hex DC D7 EA

RGB Percentages of Color #dcd7ea

%32.88
%32.14
%34.98

CMYK Percentages of Color #dcd7ea

%6
%8
%0
%8

Triadic Colors of #dcd7ea

#dcd7ea #eadcd7 #d7eadc

Analogous Colors of #dcd7ea

#dcd7ea #e6d7ea #d7dcea

Monochromatic Colors of #dcd7ea

#dcd7ea

Complementary Color

#dcd7ea #e5ead7

#dcd7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd7ea Color CSS Codes

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

#dcd7ea Text Font Color

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

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


#dcd7ea Background Color

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

This div background color is #dcd7ea


#dcd7ea Border Color

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

This div border color is #dcd7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd7ea

#dcd7ea Color Palettes


Comments

No comments written yet.

Please login to write comment.