Color Hex Logo

#dbddd2 Color Hex

#DBDDD2
(219,221,210)
0 Favorites   0 Comments

Color spaces of #dbddd2

RGB 219221210
HSL0.200.140.85
HSV71°87°
CMYK 0.010.000.05   0.13
XYZ66.702771.426171.2438
Yxy71.42610.31860.3411
Hunter Lab84.5140-7.01829.1793
CIE-Lab87.6916-2.61735.1483

#dbddd2 color RGB value is (219,221,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 11010010
Octal 333 335 322
Decimal 219 221 210
Hex DB DD D2

RGB Percentages of Color #dbddd2

%33.69
%34.00
%32.31

CMYK Percentages of Color #dbddd2

%1
%0
%5
%13

Triadic Colors of #dbddd2

#dbddd2 #d2dbdd #ddd2db

Analogous Colors of #dbddd2

#dbddd2 #d6ddd2 #dddad2

Monochromatic Colors of #dbddd2

#dbddd2

Complementary Color

#dbddd2 #d4d2dd

#dbddd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddd2 Color CSS Codes

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

#dbddd2 Text Font Color

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

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


#dbddd2 Background Color

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

This div background color is #dbddd2


#dbddd2 Border Color

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

This div border color is #dbddd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddd2


Comments

No comments written yet.

Please login to write comment.