Color Hex Logo

#dbbddf Color Hex

#DBBDDF
(219,189,223)
0 Favorites   0 Comments

Color spaces of #dbbddf

RGB 219189223
HSL0.810.350.81
HSV293°15°87°
CMYK 0.020.150.00   0.13
XYZ60.730356.783077.5714
Yxy56.78300.31130.2911
Hunter Lab75.354511.9878-8.2861
CIE-Lab80.057416.6108-13.0095

#dbbddf color RGB value is (219,189,223).

#dbbddf hex color red value is 219, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dbbddf hue: 0.81 , saturation: 0.35 and the lightness value of dbbddf is 0.81.

The process color (four color CMYK) of #dbbddf color hex is 0.02, 0.15, 0.00, 0.13. Web safe color of #dbbddf is #cccccc. Color #dbbddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 11011111
Octal 333 275 337
Decimal 219 189 223
Hex DB BD DF

RGB Percentages of Color #dbbddf

%34.71
%29.95
%35.34

CMYK Percentages of Color #dbbddf

%2
%15
%0
%13

Triadic Colors of #dbbddf

#dbbddf #dfdbbd #bddfdb

Analogous Colors of #dbbddf

#dbbddf #dfbdd2 #cabddf

Monochromatic Colors of #dbbddf

#dbbddf

Complementary Color

#dbbddf #c1dfbd

#dbbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbddf Color CSS Codes

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

#dbbddf Text Font Color

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

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


#dbbddf Background Color

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

This div background color is #dbbddf


#dbbddf Border Color

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

This div border color is #dbbddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbddf

#dbbddf Color Palettes


Comments

No comments written yet.

Please login to write comment.