Color Hex Logo

#dcbdd0 Color Hex

#DCBDD0
(220,189,208)
0 Favorites   0 Comments

Color spaces of #dcbdd0

RGB 220189208
HSL0.900.310.80
HSV323°14°86°
CMYK 0.000.140.05   0.14
XYZ59.098056.164967.4006
Yxy56.16490.32350.3075
Hunter Lab74.94329.6091-0.8625
CIE-Lab79.707614.2251-5.4373

#dcbdd0 color RGB value is (220,189,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11010000
Octal 334 275 320
Decimal 220 189 208
Hex DC BD D0

RGB Percentages of Color #dcbdd0

%35.66
%30.63
%33.71

CMYK Percentages of Color #dcbdd0

%0
%14
%5
%14

Triadic Colors of #dcbdd0

#dcbdd0 #d0dcbd #bdd0dc

Analogous Colors of #dcbdd0

#dcbdd0 #dcbdc1 #d9bddc

Monochromatic Colors of #dcbdd0

#dcbdd0

Complementary Color

#dcbdd0 #bddcc9

#dcbdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdd0 Color CSS Codes

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

#dcbdd0 Text Font Color

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

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


#dcbdd0 Background Color

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

This div background color is #dcbdd0


#dcbdd0 Border Color

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

This div border color is #dcbdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdd0


Comments

No comments written yet.

Please login to write comment.