Color Hex Logo

#dbddbe Color Hex

#DBDDBE
(219,221,190)
0 Favorites   0 Comments

Color spaces of #dbddbe

RGB 219221190
HSL0.180.310.81
HSV64°14°87°
CMYK 0.010.000.14   0.13
XYZ64.364170.490758.9289
Yxy70.49070.33210.3638
Hunter Lab83.9587-10.086917.1567
CIE-Lab87.2370-5.912215.0079

#dbddbe color RGB value is (219,221,190).

#dbddbe hex color red value is 219, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dbddbe hue: 0.18 , saturation: 0.31 and the lightness value of dbddbe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10111110
Octal 333 335 276
Decimal 219 221 190
Hex DB DD BE

RGB Percentages of Color #dbddbe

%34.76
%35.08
%30.16

CMYK Percentages of Color #dbddbe

%1
%0
%14
%13

Triadic Colors of #dbddbe

#dbddbe #bedbdd #ddbedb

Analogous Colors of #dbddbe

#dbddbe #ccddbe #ddd0be

Monochromatic Colors of #dbddbe

#dbddbe

Complementary Color

#dbddbe #c0bedd

#dbddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddbe Color CSS Codes

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

#dbddbe Text Font Color

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

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


#dbddbe Background Color

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

This div background color is #dbddbe


#dbddbe Border Color

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

This div border color is #dbddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddbe

#dbddbe Color Palettes


Comments

No comments written yet.

Please login to write comment.