Color Hex Logo

#dcbddf Color Hex

#DCBDDF
(220,189,223)
0 Favorites   0 Comments

Color spaces of #dcbddf

RGB 220189223
HSL0.820.350.81
HSV295°15°87°
CMYK 0.010.150.00   0.13
XYZ61.032156.938577.5855
Yxy56.93850.31210.2912
Hunter Lab75.457612.3247-8.1416
CIE-Lab80.145016.9453-12.8693

#dcbddf color RGB value is (220,189,223).

#dcbddf hex color red value is 220, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dcbddf hue: 0.82 , saturation: 0.35 and the lightness value of dcbddf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11011111
Octal 334 275 337
Decimal 220 189 223
Hex DC BD DF

RGB Percentages of Color #dcbddf

%34.81
%29.91
%35.28

CMYK Percentages of Color #dcbddf

%1
%15
%0
%13

Triadic Colors of #dcbddf

#dcbddf #dfdcbd #bddfdc

Analogous Colors of #dcbddf

#dcbddf #dfbdd1 #cbbddf

Monochromatic Colors of #dcbddf

#dcbddf

Complementary Color

#dcbddf #c0dfbd

#dcbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbddf Color CSS Codes

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

#dcbddf Text Font Color

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

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


#dcbddf Background Color

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

This div background color is #dcbddf


#dcbddf Border Color

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

This div border color is #dcbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbddf


Comments

No comments written yet.

Please login to write comment.