Color Hex Logo

#dcc3da Color Hex

#DCC3DA
(220,195,218)
0 Favorites   0 Comments

Color spaces of #dcc3da

RGB 220195218
HSL0.850.260.81
HSV305°11°86°
CMYK 0.000.110.01   0.14
XYZ61.685259.307874.5261
Yxy59.30780.31550.3033
Hunter Lab77.01168.2058-3.4684
CIE-Lab81.460512.8083-8.2216

#dcc3da color RGB value is (220,195,218).

#dcc3da hex color red value is 220, green value is 195 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcc3da hue: 0.85 , saturation: 0.26 and the lightness value of dcc3da is 0.81.

The process color (four color CMYK) of #dcc3da color hex is 0.00, 0.11, 0.01, 0.14. Web safe color of #dcc3da is #cccccc. Color #dcc3da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 11011010
Octal 334 303 332
Decimal 220 195 218
Hex DC C3 DA

RGB Percentages of Color #dcc3da

%34.76
%30.81
%34.44

CMYK Percentages of Color #dcc3da

%0
%11
%1
%14

Triadic Colors of #dcc3da

#dcc3da #dadcc3 #c3dadc

Analogous Colors of #dcc3da

#dcc3da #dcc3ce #d2c3dc

Monochromatic Colors of #dcc3da

#dcc3da

Complementary Color

#dcc3da #c3dcc5

#dcc3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc3da Color CSS Codes

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

#dcc3da Text Font Color

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

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


#dcc3da Background Color

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

This div background color is #dcc3da


#dcc3da Border Color

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

This div border color is #dcc3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc3da


Comments

No comments written yet.

Please login to write comment.