Color Hex Logo

#dcb9ee Color Hex

#DCB9EE
(220,185,238)
0 Favorites   0 Comments

Color spaces of #dcb9ee

RGB 220185238
HSL0.780.610.83
HSV280°22°93°
CMYK 0.080.220.00   0.07
XYZ62.296856.086688.4313
Yxy56.08660.30120.2712
Hunter Lab74.891017.4230-17.5860
CIE-Lab79.663121.9818-21.6638

#dcb9ee color RGB value is (220,185,238).

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

The process color (four color CMYK) of #dcb9ee color hex is 0.08, 0.22, 0.00, 0.07. Web safe color of #dcb9ee is #ccccff. Color #dcb9ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 11101110
Octal 334 271 356
Decimal 220 185 238
Hex DC B9 EE

RGB Percentages of Color #dcb9ee

%34.21
%28.77
%37.01

CMYK Percentages of Color #dcb9ee

%8
%22
%0
%7

Triadic Colors of #dcb9ee

#dcb9ee #eedcb9 #b9eedc

Analogous Colors of #dcb9ee

#dcb9ee #eeb9e6 #c2b9ee

Monochromatic Colors of #dcb9ee

#dcb9ee

Complementary Color

#dcb9ee #cbeeb9

#dcb9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb9ee Color CSS Codes

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

#dcb9ee Text Font Color

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

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


#dcb9ee Background Color

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

This div background color is #dcb9ee


#dcb9ee Border Color

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

This div border color is #dcb9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb9ee


Comments

No comments written yet.

Please login to write comment.