Color Hex Logo

#dbb1dd Color Hex

#DBB1DD
(219,177,221)
0 Favorites   0 Comments

Color spaces of #dbb1dd

RGB 219177221
HSL0.830.390.78
HSV297°20°87°
CMYK 0.010.200.00   0.13
XYZ57.986751.724875.3343
Yxy51.72480.31340.2795
Hunter Lab71.920018.0588-11.7608
CIE-Lab77.116022.7039-16.3469

#dbb1dd color RGB value is (219,177,221).

#dbb1dd hex color red value is 219, green value is 177 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbb1dd hue: 0.83 , saturation: 0.39 and the lightness value of dbb1dd is 0.78.

The process color (four color CMYK) of #dbb1dd color hex is 0.01, 0.20, 0.00, 0.13. Web safe color of #dbb1dd is #cc99cc. Color #dbb1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110001 11011101
Octal 333 261 335
Decimal 219 177 221
Hex DB B1 DD

RGB Percentages of Color #dbb1dd

%35.49
%28.69
%35.82

CMYK Percentages of Color #dbb1dd

%1
%20
%0
%13

Triadic Colors of #dbb1dd

#dbb1dd #dddbb1 #b1dddb

Analogous Colors of #dbb1dd

#dbb1dd #ddb1c9 #c5b1dd

Monochromatic Colors of #dbb1dd

#dbb1dd

Complementary Color

#dbb1dd #b3ddb1

#dbb1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb1dd Color CSS Codes

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

#dbb1dd Text Font Color

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

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


#dbb1dd Background Color

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

This div background color is #dbb1dd


#dbb1dd Border Color

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

This div border color is #dbb1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb1dd


Comments

No comments written yet.

Please login to write comment.