Color Hex Logo

#dbbfda Color Hex

#DBBFDA
(219,191,218)
0 Favorites   0 Comments

Color spaces of #dbbfda

RGB 219191218
HSL0.840.280.80
HSV302°13°86°
CMYK 0.000.130.00   0.14
XYZ60.499157.383674.2172
Yxy57.38360.31490.2987
Hunter Lab75.75209.9926-5.0624
CIE-Lab80.394914.6089-9.8150

#dbbfda color RGB value is (219,191,218).

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

The process color (four color CMYK) of #dbbfda color hex is 0.00, 0.13, 0.00, 0.14. Web safe color of #dbbfda is #cccccc. Color #dbbfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111111 11011010
Octal 333 277 332
Decimal 219 191 218
Hex DB BF DA

RGB Percentages of Color #dbbfda

%34.87
%30.41
%34.71

CMYK Percentages of Color #dbbfda

%0
%13
%0
%14

Triadic Colors of #dbbfda

#dbbfda #dadbbf #bfdadb

Analogous Colors of #dbbfda

#dbbfda #dbbfcc #cebfdb

Monochromatic Colors of #dbbfda

#dbbfda

Complementary Color

#dbbfda #bfdbc0

#dbbfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbfda Color CSS Codes

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

#dbbfda Text Font Color

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

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


#dbbfda Background Color

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

This div background color is #dbbfda


#dbbfda Border Color

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

This div border color is #dbbfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbfda


Comments

No comments written yet.

Please login to write comment.