Color Hex Logo

#dbbdea Color Hex

#DBBDEA
(219,189,234)
0 Favorites   0 Comments

Color spaces of #dbbdea

RGB 219189234
HSL0.780.520.83
HSV280°19°92°
CMYK 0.060.190.00   0.08
XYZ62.262357.395885.6388
Yxy57.39580.30330.2796
Hunter Lab75.760014.1177-13.9892
CIE-Lab80.401718.7179-18.4051

#dbbdea color RGB value is (219,189,234).

#dbbdea hex color red value is 219, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbbdea hue: 0.78 , saturation: 0.52 and the lightness value of dbbdea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11101010
Octal 333 275 352
Decimal 219 189 234
Hex DB BD EA

RGB Percentages of Color #dbbdea

%34.11
%29.44
%36.45

CMYK Percentages of Color #dbbdea

%6
%19
%0
%8

Triadic Colors of #dbbdea

#dbbdea #eadbbd #bdeadb

Analogous Colors of #dbbdea

#dbbdea #eabde3 #c5bdea

Monochromatic Colors of #dbbdea

#dbbdea

Complementary Color

#dbbdea #cceabd

#dbbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdea Color CSS Codes

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

#dbbdea Text Font Color

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

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


#dbbdea Background Color

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

This div background color is #dbbdea


#dbbdea Border Color

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

This div border color is #dbbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdea


Comments

No comments written yet.

Please login to write comment.