Color Hex Logo

#dbd6eb Color Hex

#DBD6EB
(219,214,235)
0 Favorites   0 Comments

Color spaces of #dbd6eb

RGB 219214235
HSL0.710.340.88
HSV254°92°
CMYK 0.070.090.00   0.08
XYZ68.255469.151488.3474
Yxy69.15140.30230.3063
Hunter Lab83.15730.9872-4.7803
CIE-Lab86.57905.5999-9.6808

#dbd6eb color RGB value is (219,214,235).

#dbd6eb hex color red value is 219, green value is 214 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbd6eb hue: 0.71 , saturation: 0.34 and the lightness value of dbd6eb is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 11101011
Octal 333 326 353
Decimal 219 214 235
Hex DB D6 EB

RGB Percentages of Color #dbd6eb

%32.78
%32.04
%35.18

CMYK Percentages of Color #dbd6eb

%7
%9
%0
%8

Triadic Colors of #dbd6eb

#dbd6eb #ebdbd6 #d6ebdb

Analogous Colors of #dbd6eb

#dbd6eb #e6d6eb #d6dceb

Monochromatic Colors of #dbd6eb

#dbd6eb

Complementary Color

#dbd6eb #e6ebd6

#dbd6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd6eb Color CSS Codes

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

#dbd6eb Text Font Color

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

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


#dbd6eb Background Color

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

This div background color is #dbd6eb


#dbd6eb Border Color

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

This div border color is #dbd6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd6eb


Comments

No comments written yet.

Please login to write comment.