Color Hex Logo

#dcbecd Color Hex

#DCBECD
(220,190,205)
0 Favorites   0 Comments

Color spaces of #dcbecd

RGB 220190205
HSL0.920.300.80
HSV330°14°86°
CMYK 0.000.140.07   0.14
XYZ58.948156.450365.5467
Yxy56.45030.32580.3120
Hunter Lab75.13348.56390.8686
CIE-Lab79.869413.1664-3.5809

#dcbecd color RGB value is (220,190,205).

#dcbecd hex color red value is 220, green value is 190 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dcbecd hue: 0.92 , saturation: 0.30 and the lightness value of dcbecd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11001101
Octal 334 276 315
Decimal 220 190 205
Hex DC BE CD

RGB Percentages of Color #dcbecd

%35.77
%30.89
%33.33

CMYK Percentages of Color #dcbecd

%0
%14
%7
%14

Triadic Colors of #dcbecd

#dcbecd #cddcbe #becddc

Analogous Colors of #dcbecd

#dcbecd #dcbebe #dcbedc

Monochromatic Colors of #dcbecd

#dcbecd

Complementary Color

#dcbecd #bedccd

#dcbecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbecd Color CSS Codes

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

#dcbecd Text Font Color

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

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


#dcbecd Background Color

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

This div background color is #dcbecd


#dcbecd Border Color

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

This div border color is #dcbecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbecd


Comments

No comments written yet.

Please login to write comment.