Color Hex Logo

#dcbddb Color Hex

#DCBDDB
(220,189,219)
0 Favorites   0 Comments

Color spaces of #dcbddb

RGB 220189219
HSL0.840.310.80
HSV302°14°86°
CMYK 0.000.140.00   0.14
XYZ60.499056.725374.7783
Yxy56.72530.31510.2954
Hunter Lab75.316211.5798-6.1452
CIE-Lab80.024816.2036-10.8954

#dcbddb color RGB value is (220,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 11011011
Octal 334 275 333
Decimal 220 189 219
Hex DC BD DB

RGB Percentages of Color #dcbddb

%35.03
%30.10
%34.87

CMYK Percentages of Color #dcbddb

%0
%14
%0
%14

Triadic Colors of #dcbddb

#dcbddb #dbdcbd #bddbdc

Analogous Colors of #dcbddb

#dcbddb #dcbdcc #cebddc

Monochromatic Colors of #dcbddb

#dcbddb

Complementary Color

#dcbddb #bddcbe

#dcbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbddb Color CSS Codes

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

#dcbddb Text Font Color

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

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


#dcbddb Background Color

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

This div background color is #dcbddb


#dcbddb Border Color

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

This div border color is #dcbddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbddb


Comments

No comments written yet.

Please login to write comment.