Color Hex Logo

#dddbc5 Color Hex

#DDDBC5
(221,219,197)
0 Favorites   0 Comments

Color spaces of #dddbc5

RGB 221219197
HSL0.150.260.82
HSV55°11°87°
CMYK 0.000.010.11   0.13
XYZ65.228470.066462.9096
Yxy70.06640.32910.3535
Hunter Lab83.7057-7.387214.0341
CIE-Lab87.0294-3.061011.0597

#dddbc5 color RGB value is (221,219,197).

#dddbc5 hex color red value is 221, green value is 219 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #dddbc5 hue: 0.15 , saturation: 0.26 and the lightness value of dddbc5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11000101
Octal 335 333 305
Decimal 221 219 197
Hex DD DB C5

RGB Percentages of Color #dddbc5

%34.69
%34.38
%30.93

CMYK Percentages of Color #dddbc5

%0
%1
%11
%13

Triadic Colors of #dddbc5

#dddbc5 #c5dddb #dbc5dd

Analogous Colors of #dddbc5

#dddbc5 #d3ddc5 #ddcfc5

Monochromatic Colors of #dddbc5

#dddbc5

Complementary Color

#dddbc5 #c5c7dd

#dddbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbc5 Color CSS Codes

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

#dddbc5 Text Font Color

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

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


#dddbc5 Background Color

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

This div background color is #dddbc5


#dddbc5 Border Color

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

This div border color is #dddbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbc5


Comments

No comments written yet.

Please login to write comment.