Color Hex Logo

#dddbd0 Color Hex

#DDDBD0
(221,219,208)
0 Favorites   0 Comments

Color spaces of #dddbd0

RGB 221219208
HSL0.140.160.84
HSV51°87°
CMYK 0.000.010.06   0.13
XYZ66.535570.589369.7928
Yxy70.58930.32160.3411
Hunter Lab84.0174-5.67199.5603
CIE-Lab87.2851-1.23665.6342

#dddbd0 color RGB value is (221,219,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11010000
Octal 335 333 320
Decimal 221 219 208
Hex DD DB D0

RGB Percentages of Color #dddbd0

%34.10
%33.80
%32.10

CMYK Percentages of Color #dddbd0

%0
%1
%6
%13

Triadic Colors of #dddbd0

#dddbd0 #d0dddb #dbd0dd

Analogous Colors of #dddbd0

#dddbd0 #d9ddd0 #ddd5d0

Monochromatic Colors of #dddbd0

#dddbd0

Complementary Color

#dddbd0 #d0d2dd

#dddbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbd0 Color CSS Codes

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

#dddbd0 Text Font Color

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

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


#dddbd0 Background Color

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

This div background color is #dddbd0


#dddbd0 Border Color

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

This div border color is #dddbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbd0


Comments

No comments written yet.

Please login to write comment.