Color Hex Logo

#dbdedd Color Hex

#DBDEDD
(219,222,221)
0 Favorites   0 Comments

Color spaces of #dbdedd

RGB 219222221
HSL0.440.040.86
HSV160°87°
CMYK 0.010.000.00   0.13
XYZ68.385872.523178.8006
Yxy72.52310.31130.3301
Hunter Lab85.1605-5.69134.7502
CIE-Lab88.2198-1.18760.1250

#dbdedd color RGB value is (219,222,221).

#dbdedd hex color red value is 219, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbdedd hue: 0.44 , saturation: 0.04 and the lightness value of dbdedd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11011101
Octal 333 336 335
Decimal 219 222 221
Hex DB DE DD

RGB Percentages of Color #dbdedd

%33.08
%33.53
%33.38

CMYK Percentages of Color #dbdedd

%1
%0
%0
%13

Triadic Colors of #dbdedd

#dbdedd #dddbde #dedddb

Analogous Colors of #dbdedd

#dbdedd #dbdede #dbdedc

Monochromatic Colors of #dbdedd

#dbdedd

Complementary Color

#dbdedd #dedbdc

#dbdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdedd Color CSS Codes

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

#dbdedd Text Font Color

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

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


#dbdedd Background Color

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

This div background color is #dbdedd


#dbdedd Border Color

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

This div border color is #dbdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdedd

#dbdedd Color Palettes


Comments

No comments written yet.

Please login to write comment.