Color Hex Logo

#dbbdeb Color Hex

#DBBDEB
(219,189,235)
0 Favorites   0 Comments

Color spaces of #dbbdeb

RGB 219189235
HSL0.780.530.83
HSV279°20°92°
CMYK 0.070.200.00   0.08
XYZ62.406457.453486.3977
Yxy57.45340.30260.2786
Hunter Lab75.798014.3170-14.5226
CIE-Lab80.433918.9136-18.8933

#dbbdeb color RGB value is (219,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11101011
Octal 333 275 353
Decimal 219 189 235
Hex DB BD EB

RGB Percentages of Color #dbbdeb

%34.06
%29.39
%36.55

CMYK Percentages of Color #dbbdeb

%7
%20
%0
%8

Triadic Colors of #dbbdeb

#dbbdeb #ebdbbd #bdebdb

Analogous Colors of #dbbdeb

#dbbdeb #ebbde4 #c4bdeb

Monochromatic Colors of #dbbdeb

#dbbdeb

Complementary Color

#dbbdeb #cdebbd

#dbbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdeb Color CSS Codes

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

#dbbdeb Text Font Color

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

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


#dbbdeb Background Color

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

This div background color is #dbbdeb


#dbbdeb Border Color

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

This div border color is #dbbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdeb


Comments

No comments written yet.

Please login to write comment.