Color Hex Logo

#dddbaf Color Hex

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

Color spaces of #dddbaf

RGB 221219175
HSL0.160.400.78
HSV57°21°87°
CMYK 0.000.010.21   0.13
XYZ62.888269.130350.5864
Yxy69.13030.34440.3786
Hunter Lab83.1446-10.490922.1283
CIE-Lab86.5685-6.413121.9412

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

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

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

Base Numbers

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

RGB Percentages of Color #dddbaf

%35.93
%35.61
%28.46

CMYK Percentages of Color #dddbaf

%0
%1
%21
%13

Triadic Colors of #dddbaf

#dddbaf #afdddb #dbafdd

Analogous Colors of #dddbaf

#dddbaf #c8ddaf #ddc4af

Monochromatic Colors of #dddbaf

#dddbaf

Complementary Color

#dddbaf #afb1dd

#dddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbaf Color CSS Codes

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

#dddbaf Text Font Color

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

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


#dddbaf Background Color

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

This div background color is #dddbaf


#dddbaf Border Color

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

This div border color is #dddbaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,219,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 #dddbaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbaf


Comments

No comments written yet.

Please login to write comment.