Color Hex Logo

#dbddd7 Color Hex

#DBDDD7
(219,221,215)
0 Favorites   0 Comments

Color spaces of #dbddd7

RGB 219221215
HSL0.220.080.85
HSV80°87°
CMYK 0.010.000.03   0.13
XYZ67.335671.679374.5765
Yxy71.67930.31530.3356
Hunter Lab84.6636-6.19487.0386
CIE-Lab87.8140-1.74392.6930

#dbddd7 color RGB value is (219,221,215).

#dbddd7 hex color red value is 219, green value is 221 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dbddd7 hue: 0.22 , saturation: 0.08 and the lightness value of dbddd7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11010111
Octal 333 335 327
Decimal 219 221 215
Hex DB DD D7

RGB Percentages of Color #dbddd7

%33.44
%33.74
%32.82

CMYK Percentages of Color #dbddd7

%1
%0
%3
%13

Triadic Colors of #dbddd7

#dbddd7 #d7dbdd #ddd7db

Analogous Colors of #dbddd7

#dbddd7 #d8ddd7 #dddcd7

Monochromatic Colors of #dbddd7

#dbddd7

Complementary Color

#dbddd7 #d9d7dd

#dbddd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddd7 Color CSS Codes

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

#dbddd7 Text Font Color

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

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


#dbddd7 Background Color

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

This div background color is #dbddd7


#dbddd7 Border Color

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

This div border color is #dbddd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddd7


Comments

No comments written yet.

Please login to write comment.