Color Hex Logo

#dbbbdf Color Hex

#DBBBDF
(219,187,223)
0 Favorites   0 Comments

Color spaces of #dbbbdf

RGB 219187223
HSL0.810.360.80
HSV293°16°87°
CMYK 0.020.160.00   0.13
XYZ60.303055.928477.4290
Yxy55.92840.31140.2888
Hunter Lab74.785313.0589-9.0362
CIE-Lab79.573117.6860-13.7352

#dbbbdf color RGB value is (219,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111011 11011111
Octal 333 273 337
Decimal 219 187 223
Hex DB BB DF

RGB Percentages of Color #dbbbdf

%34.82
%29.73
%35.45

CMYK Percentages of Color #dbbbdf

%2
%16
%0
%13

Triadic Colors of #dbbbdf

#dbbbdf #dfdbbb #bbdfdb

Analogous Colors of #dbbbdf

#dbbbdf #dfbbd1 #c9bbdf

Monochromatic Colors of #dbbbdf

#dbbbdf

Complementary Color

#dbbbdf #bfdfbb

#dbbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbbdf Color CSS Codes

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

#dbbbdf Text Font Color

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

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


#dbbbdf Background Color

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

This div background color is #dbbbdf


#dbbbdf Border Color

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

This div border color is #dbbbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,187,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 #dbbbdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbbdf


Comments

No comments written yet.

Please login to write comment.