Color Hex Logo

#dbbbef Color Hex

#DBBBEF
(219,187,239)
0 Favorites   0 Comments

Color spaces of #dbbbef

RGB 219187239
HSL0.770.620.84
HSV277°22°94°
CMYK 0.080.220.00   0.06
XYZ62.563756.832789.3337
Yxy56.83270.29970.2723
Hunter Lab75.387516.2082-17.4871
CIE-Lab80.085420.7808-21.5682

#dbbbef color RGB value is (219,187,239).

#dbbbef hex color red value is 219, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dbbbef hue: 0.77 , saturation: 0.62 and the lightness value of dbbbef is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11101111
Octal 333 273 357
Decimal 219 187 239
Hex DB BB EF

RGB Percentages of Color #dbbbef

%33.95
%28.99
%37.05

CMYK Percentages of Color #dbbbef

%8
%22
%0
%6

Triadic Colors of #dbbbef

#dbbbef #efdbbb #bbefdb

Analogous Colors of #dbbbef

#dbbbef #efbbe9 #c1bbef

Monochromatic Colors of #dbbbef

#dbbbef

Complementary Color

#dbbbef #cfefbb

#dbbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbef Color CSS Codes

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

#dbbbef Text Font Color

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

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


#dbbbef Background Color

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

This div background color is #dbbbef


#dbbbef Border Color

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

This div border color is #dbbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbef


Comments

No comments written yet.

Please login to write comment.