#dcb2dc

#dcb2dc color hex

#dcb2dc hex color information.
RGB value of #dcb2dc is (220,178,220)
Change page background color to #dcb2dc | Reset

#dcb2dc rgb color chart

Color spaces of #dcb2dc

RGB 220178220
HSL0.830.380.78
HSV300°19°86°
CMYK 0.000.190.00   0.14
XYZ58.353952.223774.7148
Yxy52.22370.31490.2818
Hunter Lab72.266017.6712-10.7129
CIE-Lab77.414422.3108-15.3462

Shades of #dcb2dc

Tints of #dcb2dc

RGB Percentages of Color #dcb2dc

%35.60
%28.80
%35.60

CMYK Percentages of Color #dcb2dc

%0
%19
%0
%14

#dcb2dc Color Info

#dcb2dc hex color red value is 220, green value is 178 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dcb2dc hue: 0.83 , saturation: 0.38 and the lightness value of dcb2dc is 0.78.

The process color (four color CMYK) of #dcb2dc hex color is 0.00, 0.19, 0.00, 0.14. Web safe color of #dcb2dc is #cc99cc

Color #dcb2dc contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 11011100
Octal 334 262 334
Decimal 220 178 220
Hexadecimal DC B2 DC

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #dcb2dc

Triadic Colors of #dcb2dc

#dcb2dc #dcdcb2 #b2dcdc

Analogous Colors of #dcb2dc

#dcb2dc #dcb2c7 #c7b2dc

Complementary Color of #dcb2dc

#dcb2dc #b2dcb2

#dcb2dc HSL Color Chart
#dcb2dc hsl color chart
#dcb2dc RGB Color Chart

#dcb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb2dc Color CSS Codes

.mybgcolor {background-color:#dcb2dc; } 
.myforecolor {color:#dcb2dc; }
.mybordercolor {border:3px solid #dcb2dc; }
Sample text font color #dcb2dc

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

html code
<p style="color:#dcb2dc">Text here</p>
#dcb2dc background color

This div background color is #dcb2dc

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

This div border color is #dcb2dc

<div style="border:3px solid #dcb2dc">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #dcb2dc Color Sample
#dcb2dcborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(220,178,220, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #dcb2dc; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #dcb2dc;
  -webkit-box-shadow: 1px 1px 3px 2px #dcb2dc;
  box-shadow:         1px 1px 3px 2px #dcb2dc; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,178,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcb2dc">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #dcb2dc

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top