Color Hex Logo

#dbd3ec Color Hex

#DBD3EC
(219,211,236)
0 Favorites   0 Comments

Color spaces of #dbd3ec

RGB 219211236
HSL0.720.400.88
HSV259°11°93°
CMYK 0.070.110.00   0.07
XYZ67.648067.704788.8598
Yxy67.70470.30170.3020
Hunter Lab82.28292.7569-6.4311
CIE-Lab85.85867.3729-11.2828

#dbd3ec color RGB value is (219,211,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 11101100
Octal 333 323 354
Decimal 219 211 236
Hex DB D3 EC

RGB Percentages of Color #dbd3ec

%32.88
%31.68
%35.44

CMYK Percentages of Color #dbd3ec

%7
%11
%0
%7

Triadic Colors of #dbd3ec

#dbd3ec #ecdbd3 #d3ecdb

Analogous Colors of #dbd3ec

#dbd3ec #e8d3ec #d3d8ec

Monochromatic Colors of #dbd3ec

#dbd3ec

Complementary Color

#dbd3ec #e4ecd3

#dbd3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd3ec Color CSS Codes

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

#dbd3ec Text Font Color

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

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


#dbd3ec Background Color

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

This div background color is #dbd3ec


#dbd3ec Border Color

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

This div border color is #dbd3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd3ec


Comments

No comments written yet.

Please login to write comment.