Color Hex Logo

#dcbddd Color Hex

#DCBDDD
(220,189,221)
0 Favorites   0 Comments

Color spaces of #dcbddd

RGB 220189221
HSL0.830.320.80
HSV298°14°87°
CMYK 0.000.140.00   0.13
XYZ60.763956.831376.1735
Yxy56.83130.31360.2933
Hunter Lab75.386511.9501-7.1384
CIE-Lab80.084616.5728-11.8830

#dcbddd color RGB value is (220,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11011101
Octal 334 275 335
Decimal 220 189 221
Hex DC BD DD

RGB Percentages of Color #dcbddd

%34.92
%30.00
%35.08

CMYK Percentages of Color #dcbddd

%0
%14
%0
%13

Triadic Colors of #dcbddd

#dcbddd #dddcbd #bddddc

Analogous Colors of #dcbddd

#dcbddd #ddbdce #ccbddd

Monochromatic Colors of #dcbddd

#dcbddd

Complementary Color

#dcbddd #beddbd

#dcbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbddd Color CSS Codes

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

#dcbddd Text Font Color

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

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


#dcbddd Background Color

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

This div background color is #dcbddd


#dcbddd Border Color

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

This div border color is #dcbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbddd


Comments

No comments written yet.

Please login to write comment.