Color Hex Logo

#dbd6fd Color Hex

#DBD6FD
(219,214,253)
0 Favorites   0 Comments

Color spaces of #dbd6fd

RGB 219214253
HSL0.690.910.92
HSV248°15°99°
CMYK 0.130.150.00   0.01
XYZ70.989670.2451102.7456
Yxy70.24510.29100.2879
Hunter Lab83.81234.5190-14.0150
CIE-Lab87.11699.1817-18.3815

#dbd6fd color RGB value is (219,214,253).

#dbd6fd hex color red value is 219, green value is 214 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dbd6fd hue: 0.69 , saturation: 0.91 and the lightness value of dbd6fd is 0.92.

The process color (four color CMYK) of #dbd6fd color hex is 0.13, 0.15, 0.00, 0.01. Web safe color of #dbd6fd is #ccccff. Color #dbd6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 11111101
Octal 333 326 375
Decimal 219 214 253
Hex DB D6 FD

RGB Percentages of Color #dbd6fd

%31.92
%31.20
%36.88

CMYK Percentages of Color #dbd6fd

%13
%15
%0
%1

Triadic Colors of #dbd6fd

#dbd6fd #fddbd6 #d6fddb

Analogous Colors of #dbd6fd

#dbd6fd #efd6fd #d6e5fd

Monochromatic Colors of #dbd6fd

#dbd6fd

Complementary Color

#dbd6fd #f8fdd6

#dbd6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd6fd Color CSS Codes

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

#dbd6fd Text Font Color

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

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


#dbd6fd Background Color

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

This div background color is #dbd6fd


#dbd6fd Border Color

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

This div border color is #dbd6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd6fd

#dbd6fd Color Palettes


Comments

No comments written yet.

Please login to write comment.