Color Hex Logo

#dbbfed Color Hex

#DBBFED
(219,191,237)
0 Favorites   0 Comments

Color spaces of #dbbfed

RGB 219191237
HSL0.770.560.84
HSV277°19°93°
CMYK 0.080.190.00   0.07
XYZ63.130358.436188.0727
Yxy58.43610.30110.2787
Hunter Lab76.443513.6368-14.7992
CIE-Lab80.980618.2310-19.1396

#dbbfed color RGB value is (219,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11101101
Octal 333 277 355
Decimal 219 191 237
Hex DB BF ED

RGB Percentages of Color #dbbfed

%33.85
%29.52
%36.63

CMYK Percentages of Color #dbbfed

%8
%19
%0
%7

Triadic Colors of #dbbfed

#dbbfed #eddbbf #bfeddb

Analogous Colors of #dbbfed

#dbbfed #edbfe8 #c4bfed

Monochromatic Colors of #dbbfed

#dbbfed

Complementary Color

#dbbfed #d1edbf

#dbbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfed Color CSS Codes

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

#dbbfed Text Font Color

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

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


#dbbfed Background Color

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

This div background color is #dbbfed


#dbbfed Border Color

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

This div border color is #dbbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfed


Comments

No comments written yet.

Please login to write comment.