Color Hex Logo

#dbd3ee Color Hex

#DBD3EE
(219,211,238)
0 Favorites   0 Comments

Color spaces of #dbd3ee

RGB 219211238
HSL0.720.440.88
HSV258°11°93°
CMYK 0.080.110.00   0.07
XYZ67.940367.821690.3990
Yxy67.82160.30040.2999
Hunter Lab82.35393.1397-7.4343
CIE-Lab85.91727.7624-12.2548

#dbd3ee color RGB value is (219,211,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 11101110
Octal 333 323 356
Decimal 219 211 238
Hex DB D3 EE

RGB Percentages of Color #dbd3ee

%32.78
%31.59
%35.63

CMYK Percentages of Color #dbd3ee

%8
%11
%0
%7

Triadic Colors of #dbd3ee

#dbd3ee #eedbd3 #d3eedb

Analogous Colors of #dbd3ee

#dbd3ee #e9d3ee #d3d9ee

Monochromatic Colors of #dbd3ee

#dbd3ee

Complementary Color

#dbd3ee #e6eed3

#dbd3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd3ee Color CSS Codes

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

#dbd3ee Text Font Color

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

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


#dbd3ee Background Color

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

This div background color is #dbd3ee


#dbd3ee Border Color

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

This div border color is #dbd3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd3ee


Comments

No comments written yet.

Please login to write comment.