Color Hex Logo

#dbbdbe Color Hex

#DBBDBE
(219,189,190)
0 Favorites   0 Comments

Color spaces of #dbbdbe

RGB 219189190
HSL0.990.290.80
HSV358°14°86°
CMYK 0.000.140.13   0.14
XYZ56.705355.173056.3760
Yxy55.17300.33700.3279
Hunter Lab74.27856.28206.9950
CIE-Lab79.140810.82923.4374

#dbbdbe color RGB value is (219,189,190).

#dbbdbe hex color red value is 219, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbbdbe hue: 0.99 , saturation: 0.29 and the lightness value of dbbdbe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 10111110
Octal 333 275 276
Decimal 219 189 190
Hex DB BD BE

RGB Percentages of Color #dbbdbe

%36.62
%31.61
%31.77

CMYK Percentages of Color #dbbdbe

%0
%14
%13
%14

Triadic Colors of #dbbdbe

#dbbdbe #bedbbd #bdbedb

Analogous Colors of #dbbdbe

#dbbdbe #dbcbbd #dbbdcd

Monochromatic Colors of #dbbdbe

#dbbdbe

Complementary Color

#dbbdbe #bddbda

#dbbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbdbe Color CSS Codes

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

#dbbdbe Text Font Color

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

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


#dbbdbe Background Color

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

This div background color is #dbbdbe


#dbbdbe Border Color

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

This div border color is #dbbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbdbe


Comments

No comments written yet.

Please login to write comment.