Color Hex Logo

#dcbdd4 Color Hex

#DCBDD4
(220,189,212)
0 Favorites   0 Comments

Color spaces of #dcbdd4

RGB 220189212
HSL0.880.310.80
HSV315°14°86°
CMYK 0.000.140.04   0.14
XYZ59.596556.364370.0257
Yxy56.36430.32040.3031
Hunter Lab75.076210.3125-2.7482
CIE-Lab79.820714.9341-7.4270

#dcbdd4 color RGB value is (220,189,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11010100
Octal 334 275 324
Decimal 220 189 212
Hex DC BD D4

RGB Percentages of Color #dcbdd4

%35.43
%30.43
%34.14

CMYK Percentages of Color #dcbdd4

%0
%14
%4
%14

Triadic Colors of #dcbdd4

#dcbdd4 #d4dcbd #bdd4dc

Analogous Colors of #dcbdd4

#dcbdd4 #dcbdc5 #d5bddc

Monochromatic Colors of #dcbdd4

#dcbdd4

Complementary Color

#dcbdd4 #bddcc5

#dcbdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdd4 Color CSS Codes

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

#dcbdd4 Text Font Color

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

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


#dcbdd4 Background Color

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

This div background color is #dcbdd4


#dcbdd4 Border Color

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

This div border color is #dcbdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdd4


Comments

No comments written yet.

Please login to write comment.