Color Hex Logo

#dbd4eb Color Hex

#DBD4EB
(219,212,235)
0 Favorites   0 Comments

Color spaces of #dbd4eb

RGB 219212235
HSL0.720.370.88
HSV258°10°92°
CMYK 0.070.100.00   0.08
XYZ67.752368.145288.1797
Yxy68.14520.30240.3041
Hunter Lab82.55012.0397-5.5483
CIE-Lab86.07906.6521-10.4247

#dbd4eb color RGB value is (219,212,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010100 11101011
Octal 333 324 353
Decimal 219 212 235
Hex DB D4 EB

RGB Percentages of Color #dbd4eb

%32.88
%31.83
%35.29

CMYK Percentages of Color #dbd4eb

%7
%10
%0
%8

Triadic Colors of #dbd4eb

#dbd4eb #ebdbd4 #d4ebdb

Analogous Colors of #dbd4eb

#dbd4eb #e7d4eb #d4d9eb

Monochromatic Colors of #dbd4eb

#dbd4eb

Complementary Color

#dbd4eb #e4ebd4

#dbd4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd4eb Color CSS Codes

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

#dbd4eb Text Font Color

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

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


#dbd4eb Background Color

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

This div background color is #dbd4eb


#dbd4eb Border Color

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

This div border color is #dbd4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd4eb


Comments

No comments written yet.

Please login to write comment.