Color Hex Logo

#dddbc2 Color Hex

#DDDBC2
(221,219,194)
0 Favorites   0 Comments

Color spaces of #dddbc2

RGB 221219194
HSL0.150.280.81
HSV56°12°87°
CMYK 0.000.010.12   0.13
XYZ64.887969.930261.1169
Yxy69.93020.33120.3569
Hunter Lab83.6243-7.836215.2048
CIE-Lab86.9626-3.541812.5421

#dddbc2 color RGB value is (221,219,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11000010
Octal 335 333 302
Decimal 221 219 194
Hex DD DB C2

RGB Percentages of Color #dddbc2

%34.86
%34.54
%30.60

CMYK Percentages of Color #dddbc2

%0
%1
%12
%13

Triadic Colors of #dddbc2

#dddbc2 #c2dddb #dbc2dd

Analogous Colors of #dddbc2

#dddbc2 #d2ddc2 #ddcec2

Monochromatic Colors of #dddbc2

#dddbc2

Complementary Color

#dddbc2 #c2c4dd

#dddbc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbc2 Color CSS Codes

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

#dddbc2 Text Font Color

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

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


#dddbc2 Background Color

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

This div background color is #dddbc2


#dddbc2 Border Color

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

This div border color is #dddbc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbc2

#dddbc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.