Color Hex Logo

#dbbfee Color Hex

#DBBFEE
(219,191,238)
0 Favorites   0 Comments

Color spaces of #dbbfee

RGB 219191238
HSL0.770.580.84
HSV276°20°93°
CMYK 0.080.200.00   0.07
XYZ63.276858.494788.8445
Yxy58.49470.30040.2777
Hunter Lab76.481813.8377-15.3365
CIE-Lab81.013118.4285-19.6264

#dbbfee color RGB value is (219,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11101110
Octal 333 277 356
Decimal 219 191 238
Hex DB BF EE

RGB Percentages of Color #dbbfee

%33.80
%29.48
%36.73

CMYK Percentages of Color #dbbfee

%8
%20
%0
%7

Triadic Colors of #dbbfee

#dbbfee #eedbbf #bfeedb

Analogous Colors of #dbbfee

#dbbfee #eebfea #c4bfee

Monochromatic Colors of #dbbfee

#dbbfee

Complementary Color

#dbbfee #d2eebf

#dbbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfee Color CSS Codes

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

#dbbfee Text Font Color

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

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


#dbbfee Background Color

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

This div background color is #dbbfee


#dbbfee Border Color

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

This div border color is #dbbfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfee


Comments

No comments written yet.

Please login to write comment.