Color Hex Logo

#dbbfec Color Hex

#DBBFEC
(219,191,236)
0 Favorites   0 Comments

Color spaces of #dbbfec

RGB 219191236
HSL0.770.540.84
HSV277°19°93°
CMYK 0.070.190.00   0.07
XYZ62.984558.377887.3053
Yxy58.37780.30180.2798
Hunter Lab76.405413.4365-14.2645
CIE-Lab80.948418.0340-18.6524

#dbbfec color RGB value is (219,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11101100
Octal 333 277 354
Decimal 219 191 236
Hex DB BF EC

RGB Percentages of Color #dbbfec

%33.90
%29.57
%36.53

CMYK Percentages of Color #dbbfec

%7
%19
%0
%7

Triadic Colors of #dbbfec

#dbbfec #ecdbbf #bfecdb

Analogous Colors of #dbbfec

#dbbfec #ecbfe7 #c5bfec

Monochromatic Colors of #dbbfec

#dbbfec

Complementary Color

#dbbfec #d0ecbf

#dbbfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfec Color CSS Codes

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

#dbbfec Text Font Color

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

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


#dbbfec Background Color

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

This div background color is #dbbfec


#dbbfec Border Color

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

This div border color is #dbbfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfec


Comments

No comments written yet.

Please login to write comment.