Color Hex Logo

#dbd1eb Color Hex

#DBD1EB
(219,209,235)
0 Favorites   0 Comments

Color spaces of #dbd1eb

RGB 219209235
HSL0.730.390.87
HSV263°11°92°
CMYK 0.070.110.00   0.08
XYZ67.009366.659287.9320
Yxy66.65920.30240.3008
Hunter Lab81.64513.6230-6.7039
CIE-Lab85.33168.2352-11.5387

#dbd1eb color RGB value is (219,209,235).

#dbd1eb hex color red value is 219, green value is 209 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbd1eb hue: 0.73 , saturation: 0.39 and the lightness value of dbd1eb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 11101011
Octal 333 321 353
Decimal 219 209 235
Hex DB D1 EB

RGB Percentages of Color #dbd1eb

%33.03
%31.52
%35.44

CMYK Percentages of Color #dbd1eb

%7
%11
%0
%8

Triadic Colors of #dbd1eb

#dbd1eb #ebdbd1 #d1ebdb

Analogous Colors of #dbd1eb

#dbd1eb #e8d1eb #d1d4eb

Monochromatic Colors of #dbd1eb

#dbd1eb

Complementary Color

#dbd1eb #e1ebd1

#dbd1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd1eb Color CSS Codes

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

#dbd1eb Text Font Color

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

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


#dbd1eb Background Color

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

This div background color is #dbd1eb


#dbd1eb Border Color

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

This div border color is #dbd1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd1eb


Comments

No comments written yet.

Please login to write comment.