Color Hex Logo

#dddcbb Color Hex

#DDDCBB
(221,220,187)
1 Favorites   0 Comments

Color spaces of #dddcbb

RGB 221220187
HSL0.160.330.80
HSV58°15°87°
CMYK 0.000.000.15   0.13
XYZ64.381670.146457.1600
Yxy70.14640.33590.3659
Hunter Lab83.7534-9.354918.1632
CIE-Lab87.0686-5.146816.3650

#dddcbb color RGB value is (221,220,187).

#dddcbb hex color red value is 221, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dddcbb hue: 0.16 , saturation: 0.33 and the lightness value of dddcbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10111011
Octal 335 334 273
Decimal 221 220 187
Hex DD DC BB

RGB Percentages of Color #dddcbb

%35.19
%35.03
%29.78

CMYK Percentages of Color #dddcbb

%0
%0
%15
%13

Triadic Colors of #dddcbb

#dddcbb #bbdddc #dcbbdd

Analogous Colors of #dddcbb

#dddcbb #cdddbb #ddcbbb

Monochromatic Colors of #dddcbb

#dddcbb

Complementary Color

#dddcbb #bbbcdd

#dddcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcbb Color CSS Codes

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

#dddcbb Text Font Color

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

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


#dddcbb Background Color

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

This div background color is #dddcbb


#dddcbb Border Color

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

This div border color is #dddcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcbb


Comments

No comments written yet.

Please login to write comment.