Color Hex Logo

#dcc0db Color Hex

#DCC0DB
(220,192,219)
0 Favorites   0 Comments

Color spaces of #dcc0db

RGB 220192219
HSL0.840.290.81
HSV302°13°86°
CMYK 0.000.130.00   0.14
XYZ61.151058.029474.9956
Yxy58.02940.31490.2988
Hunter Lab76.17709.9808-5.0465
CIE-Lab80.755114.5954-9.8070

#dcc0db color RGB value is (220,192,219).

#dcc0db hex color red value is 220, green value is 192 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dcc0db hue: 0.84 , saturation: 0.29 and the lightness value of dcc0db is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 11011011
Octal 334 300 333
Decimal 220 192 219
Hex DC C0 DB

RGB Percentages of Color #dcc0db

%34.87
%30.43
%34.71

CMYK Percentages of Color #dcc0db

%0
%13
%0
%14

Triadic Colors of #dcc0db

#dcc0db #dbdcc0 #c0dbdc

Analogous Colors of #dcc0db

#dcc0db #dcc0cd #cfc0dc

Monochromatic Colors of #dcc0db

#dcc0db

Complementary Color

#dcc0db #c0dcc1

#dcc0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc0db Color CSS Codes

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

#dcc0db Text Font Color

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

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


#dcc0db Background Color

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

This div background color is #dcc0db


#dcc0db Border Color

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

This div border color is #dcc0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc0db


Comments

No comments written yet.

Please login to write comment.