Color Hex Logo

#dbdebb Color Hex

#DBDEBB
(219,222,187)
0 Favorites   0 Comments

Color spaces of #dbdebb

RGB 219222187
HSL0.180.350.80
HSV65°16°87°
CMYK 0.010.000.16   0.13
XYZ64.304370.890557.3077
Yxy70.89050.33400.3683
Hunter Lab84.1965-11.016118.5823
CIE-Lab87.4318-6.887916.8523

#dbdebb color RGB value is (219,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10111011
Octal 333 336 273
Decimal 219 222 187
Hex DB DE BB

RGB Percentages of Color #dbdebb

%34.87
%35.35
%29.78

CMYK Percentages of Color #dbdebb

%1
%0
%16
%13

Triadic Colors of #dbdebb

#dbdebb #bbdbde #debbdb

Analogous Colors of #dbdebb

#dbdebb #cadebb #ded0bb

Monochromatic Colors of #dbdebb

#dbdebb

Complementary Color

#dbdebb #bebbde

#dbdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdebb Color CSS Codes

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

#dbdebb Text Font Color

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

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


#dbdebb Background Color

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

This div background color is #dbdebb


#dbdebb Border Color

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

This div border color is #dbdebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdebb


Comments

No comments written yet.

Please login to write comment.