Color Hex Logo

#dcb5de Color Hex

#DCB5DE
(220,181,222)
0 Favorites   0 Comments

Color spaces of #dcb5de

RGB 220181222
HSL0.830.380.79
HSV297°18°87°
CMYK 0.010.180.00   0.13
XYZ59.223953.537376.3195
Yxy53.53730.31320.2831
Hunter Lab73.169216.4337-10.6243
CIE-Lab78.191221.0642-15.2610

#dcb5de color RGB value is (220,181,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110101 11011110
Octal 334 265 336
Decimal 220 181 222
Hex DC B5 DE

RGB Percentages of Color #dcb5de

%35.31
%29.05
%35.63

CMYK Percentages of Color #dcb5de

%1
%18
%0
%13

Triadic Colors of #dcb5de

#dcb5de #dedcb5 #b5dedc

Analogous Colors of #dcb5de

#dcb5de #deb5cc #c8b5de

Monochromatic Colors of #dcb5de

#dcb5de

Complementary Color

#dcb5de #b7deb5

#dcb5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb5de Color CSS Codes

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

#dcb5de Text Font Color

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

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


#dcb5de Background Color

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

This div background color is #dcb5de


#dcb5de Border Color

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

This div border color is #dcb5de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,181,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 #dcb5de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb5de


Comments

No comments written yet.

Please login to write comment.