Color Hex Logo

#dcc1de Color Hex

#DCC1DE
(220,193,222)
0 Favorites   0 Comments

Color spaces of #dcc1de

RGB 220193222
HSL0.820.310.81
HSV296°13°87°
CMYK 0.010.130.00   0.13
XYZ61.770058.629577.1682
Yxy58.62950.31270.2968
Hunter Lab76.569910.0011-6.1543
CIE-Lab81.087514.6142-10.9234

#dcc1de color RGB value is (220,193,222).

#dcc1de hex color red value is 220, green value is 193 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dcc1de hue: 0.82 , saturation: 0.31 and the lightness value of dcc1de is 0.81.

The process color (four color CMYK) of #dcc1de color hex is 0.01, 0.13, 0.00, 0.13. Web safe color of #dcc1de is #cccccc. Color #dcc1de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 11011110
Octal 334 301 336
Decimal 220 193 222
Hex DC C1 DE

RGB Percentages of Color #dcc1de

%34.65
%30.39
%34.96

CMYK Percentages of Color #dcc1de

%1
%13
%0
%13

Triadic Colors of #dcc1de

#dcc1de #dedcc1 #c1dedc

Analogous Colors of #dcc1de

#dcc1de #dec1d2 #cec1de

Monochromatic Colors of #dcc1de

#dcc1de

Complementary Color

#dcc1de #c3dec1

#dcc1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc1de Color CSS Codes

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

#dcc1de Text Font Color

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

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


#dcc1de Background Color

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

This div background color is #dcc1de


#dcc1de Border Color

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

This div border color is #dcc1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc1de


Comments

No comments written yet.

Please login to write comment.