Color Hex Logo

#dbd5ef Color Hex

#DBD5EF
(219,213,239)
0 Favorites   0 Comments

Color spaces of #dbd5ef

RGB 219213239
HSL0.710.450.89
HSV254°11°94°
CMYK 0.080.110.00   0.06
XYZ68.587768.880691.3417
Yxy68.88060.29980.3010
Hunter Lab82.99432.2748-7.1572
CIE-Lab86.44496.9033-11.9961

#dbd5ef color RGB value is (219,213,239).

#dbd5ef hex color red value is 219, green value is 213 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbd5ef hue: 0.71 , saturation: 0.45 and the lightness value of dbd5ef is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 11101111
Octal 333 325 357
Decimal 219 213 239
Hex DB D5 EF

RGB Percentages of Color #dbd5ef

%32.64
%31.74
%35.62

CMYK Percentages of Color #dbd5ef

%8
%11
%0
%6

Triadic Colors of #dbd5ef

#dbd5ef #efdbd5 #d5efdb

Analogous Colors of #dbd5ef

#dbd5ef #e8d5ef #d5dcef

Monochromatic Colors of #dbd5ef

#dbd5ef

Complementary Color

#dbd5ef #e9efd5

#dbd5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd5ef Color CSS Codes

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

#dbd5ef Text Font Color

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

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


#dbd5ef Background Color

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

This div background color is #dbd5ef


#dbd5ef Border Color

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

This div border color is #dbd5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd5ef


Comments

No comments written yet.

Please login to write comment.