Color Hex Logo

#dcc9da Color Hex

#DCC9DA
(220,201,218)
0 Favorites   0 Comments

Color spaces of #dcc9da

RGB 220201218
HSL0.850.210.83
HSV306°86°
CMYK 0.000.090.01   0.14
XYZ63.056762.050974.9832
Yxy62.05090.31510.3101
Hunter Lab78.77245.0362-1.2973
CIE-Lab82.94059.6139-6.0295

#dcc9da color RGB value is (220,201,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 11011010
Octal 334 311 332
Decimal 220 201 218
Hex DC C9 DA

RGB Percentages of Color #dcc9da

%34.43
%31.46
%34.12

CMYK Percentages of Color #dcc9da

%0
%9
%1
%14

Triadic Colors of #dcc9da

#dcc9da #dadcc9 #c9dadc

Analogous Colors of #dcc9da

#dcc9da #dcc9d1 #d5c9dc

Monochromatic Colors of #dcc9da

#dcc9da

Complementary Color

#dcc9da #c9dccb

#dcc9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc9da Color CSS Codes

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

#dcc9da Text Font Color

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

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


#dcc9da Background Color

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

This div background color is #dcc9da


#dcc9da Border Color

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

This div border color is #dcc9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc9da


Comments

No comments written yet.

Please login to write comment.