Color Hex Logo

#dbddaf Color Hex

#DBDDAF
(219,221,175)
0 Favorites   0 Comments

Color spaces of #dbddaf

RGB 219221175
HSL0.170.400.78
HSV63°21°87°
CMYK 0.010.000.21   0.13
XYZ62.807769.868150.7330
Yxy69.86810.34240.3809
Hunter Lab83.5871-12.151922.5251
CIE-Lab86.9321-8.166322.4186

#dbddaf color RGB value is (219,221,175).

#dbddaf hex color red value is 219, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dbddaf hue: 0.17 , saturation: 0.40 and the lightness value of dbddaf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10101111
Octal 333 335 257
Decimal 219 221 175
Hex DB DD AF

RGB Percentages of Color #dbddaf

%35.61
%35.93
%28.46

CMYK Percentages of Color #dbddaf

%1
%0
%21
%13

Triadic Colors of #dbddaf

#dbddaf #afdbdd #ddafdb

Analogous Colors of #dbddaf

#dbddaf #c4ddaf #ddc8af

Monochromatic Colors of #dbddaf

#dbddaf

Complementary Color

#dbddaf #b1afdd

#dbddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddaf Color CSS Codes

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

#dbddaf Text Font Color

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

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


#dbddaf Background Color

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

This div background color is #dbddaf


#dbddaf Border Color

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

This div border color is #dbddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddaf


Comments

No comments written yet.

Please login to write comment.