Color Hex Logo

#ddddb7 Color Hex

#DDDDB7
(221,221,183)
0 Favorites   0 Comments

Color spaces of #ddddb7

RGB 221221183
HSL0.170.360.79
HSV60°17°87°
CMYK 0.000.000.17   0.13
XYZ64.222570.504055.0235
Yxy70.50400.33850.3716
Hunter Lab83.9667-10.414719.9238
CIE-Lab87.2435-6.262418.7022

#ddddb7 color RGB value is (221,221,183).

#ddddb7 hex color red value is 221, green value is 221 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ddddb7 hue: 0.17 , saturation: 0.36 and the lightness value of ddddb7 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 10110111
Octal 335 335 267
Decimal 221 221 183
Hex DD DD B7

RGB Percentages of Color #ddddb7

%35.36
%35.36
%29.28

CMYK Percentages of Color #ddddb7

%0
%0
%17
%13

Triadic Colors of #ddddb7

#ddddb7 #b7dddd #ddb7dd

Analogous Colors of #ddddb7

#ddddb7 #caddb7 #ddcab7

Monochromatic Colors of #ddddb7

#ddddb7

Complementary Color

#ddddb7 #b7b7dd

#ddddb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddddb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddddb7 Color CSS Codes

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

#ddddb7 Text Font Color

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

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


#ddddb7 Background Color

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

This div background color is #ddddb7


#ddddb7 Border Color

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

This div border color is #ddddb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddddb7


Comments

No comments written yet.

Please login to write comment.