Color Hex Logo

#dcbdce Color Hex

#DCBDCE
(220,189,206)
0 Favorites   0 Comments

Color spaces of #dcbdce

RGB 220189206
HSL0.910.310.80
HSV327°14°86°
CMYK 0.000.140.06   0.14
XYZ58.853456.067166.1126
Yxy56.06710.32510.3097
Hunter Lab74.87809.26290.0652
CIE-Lab79.652013.8751-4.4404

#dcbdce color RGB value is (220,189,206).

#dcbdce hex color red value is 220, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcbdce hue: 0.91 , saturation: 0.31 and the lightness value of dcbdce is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11001110
Octal 334 275 316
Decimal 220 189 206
Hex DC BD CE

RGB Percentages of Color #dcbdce

%35.77
%30.73
%33.50

CMYK Percentages of Color #dcbdce

%0
%14
%6
%14

Triadic Colors of #dcbdce

#dcbdce #cedcbd #bdcedc

Analogous Colors of #dcbdce

#dcbdce #dcbdbf #dbbddc

Monochromatic Colors of #dcbdce

#dcbdce

Complementary Color

#dcbdce #bddccb

#dcbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdce Color CSS Codes

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

#dcbdce Text Font Color

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

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


#dcbdce Background Color

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

This div background color is #dcbdce


#dcbdce Border Color

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

This div border color is #dcbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdce


Comments

No comments written yet.

Please login to write comment.