Color Hex Logo

#dbd2ef Color Hex

#DBD2EF
(219,210,239)
0 Favorites   0 Comments

Color spaces of #dbd2ef

RGB 219210239
HSL0.720.480.88
HSV259°12°94°
CMYK 0.080.120.00   0.06
XYZ67.840067.385391.0925
Yxy67.38530.29980.2977
Hunter Lab82.08853.8618-8.3313
CIE-Lab85.69818.4864-13.1119

#dbd2ef color RGB value is (219,210,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 11101111
Octal 333 322 357
Decimal 219 210 239
Hex DB D2 EF

RGB Percentages of Color #dbd2ef

%32.78
%31.44
%35.78

CMYK Percentages of Color #dbd2ef

%8
%12
%0
%6

Triadic Colors of #dbd2ef

#dbd2ef #efdbd2 #d2efdb

Analogous Colors of #dbd2ef

#dbd2ef #ead2ef #d2d8ef

Monochromatic Colors of #dbd2ef

#dbd2ef

Complementary Color

#dbd2ef #e6efd2

#dbd2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd2ef Color CSS Codes

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

#dbd2ef Text Font Color

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

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


#dbd2ef Background Color

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

This div background color is #dbd2ef


#dbd2ef Border Color

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

This div border color is #dbd2ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd2ef


Comments

No comments written yet.

Please login to write comment.