Color Hex Logo

#dcb2de Color Hex

#DCB2DE
(220,178,222)
0 Favorites   0 Comments

Color spaces of #dcb2de

RGB 220178222
HSL0.830.400.78
HSV297°20°87°
CMYK 0.010.200.00   0.13
XYZ58.620452.330476.1184
Yxy52.33040.31340.2797
Hunter Lab72.339818.0526-11.7492
CIE-Lab77.478022.6827-16.3344

#dcb2de color RGB value is (220,178,222).

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

The process color (four color CMYK) of #dcb2de color hex is 0.01, 0.20, 0.00, 0.13. Web safe color of #dcb2de is #cc99cc. Color #dcb2de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110010 11011110
Octal 334 262 336
Decimal 220 178 222
Hex DC B2 DE

RGB Percentages of Color #dcb2de

%35.48
%28.71
%35.81

CMYK Percentages of Color #dcb2de

%1
%20
%0
%13

Triadic Colors of #dcb2de

#dcb2de #dedcb2 #b2dedc

Analogous Colors of #dcb2de

#dcb2de #deb2ca #c6b2de

Monochromatic Colors of #dcb2de

#dcb2de

Complementary Color

#dcb2de #b4deb2

#dcb2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb2de Color CSS Codes

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

#dcb2de Text Font Color

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

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


#dcb2de Background Color

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

This div background color is #dcb2de


#dcb2de Border Color

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

This div border color is #dcb2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb2de


Comments

No comments written yet.

Please login to write comment.