Color Hex Logo

#dcc5ed Color Hex

#DCC5ED
(220,197,237)
0 Favorites   0 Comments

Color spaces of #dcc5ed

RGB 220197237
HSL0.760.530.85
HSV275°17°93°
CMYK 0.070.170.00   0.07
XYZ64.767561.262688.5320
Yxy61.26260.30190.2855
Hunter Lab78.270410.7326-12.2739
CIE-Lab82.519715.3362-16.8094

#dcc5ed color RGB value is (220,197,237).

#dcc5ed hex color red value is 220, green value is 197 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dcc5ed hue: 0.76 , saturation: 0.53 and the lightness value of dcc5ed is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 11101101
Octal 334 305 355
Decimal 220 197 237
Hex DC C5 ED

RGB Percentages of Color #dcc5ed

%33.64
%30.12
%36.24

CMYK Percentages of Color #dcc5ed

%7
%17
%0
%7

Triadic Colors of #dcc5ed

#dcc5ed #eddcc5 #c5eddc

Analogous Colors of #dcc5ed

#dcc5ed #edc5ea #c8c5ed

Monochromatic Colors of #dcc5ed

#dcc5ed

Complementary Color

#dcc5ed #d6edc5

#dcc5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc5ed Color CSS Codes

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

#dcc5ed Text Font Color

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

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


#dcc5ed Background Color

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

This div background color is #dcc5ed


#dcc5ed Border Color

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

This div border color is #dcc5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc5ed


Comments

No comments written yet.

Please login to write comment.