Color Hex Logo

#dddbc0 Color Hex

#DDDBC0
(221,219,192)
0 Favorites   0 Comments

Color spaces of #dddbc0

RGB 221219192
HSL0.160.300.81
HSV56°13°87°
CMYK 0.000.010.13   0.13
XYZ64.664769.841059.9416
Yxy69.84100.33260.3592
Hunter Lab83.5709-8.131115.9736
CIE-Lab86.9188-3.858413.5310

#dddbc0 color RGB value is (221,219,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11000000
Octal 335 333 300
Decimal 221 219 192
Hex DD DB C0

RGB Percentages of Color #dddbc0

%34.97
%34.65
%30.38

CMYK Percentages of Color #dddbc0

%0
%1
%13
%13

Triadic Colors of #dddbc0

#dddbc0 #c0dddb #dbc0dd

Analogous Colors of #dddbc0

#dddbc0 #d1ddc0 #ddcdc0

Monochromatic Colors of #dddbc0

#dddbc0

Complementary Color

#dddbc0 #c0c2dd

#dddbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbc0 Color CSS Codes

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

#dddbc0 Text Font Color

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

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


#dddbc0 Background Color

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

This div background color is #dddbc0


#dddbc0 Border Color

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

This div border color is #dddbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddbc0


Comments

No comments written yet.

Please login to write comment.