Color Hex Logo

#ddd7c7 Color Hex

#DDD7C7
(221,215,199)
0 Favorites   0 Comments

Color spaces of #ddd7c7

RGB 221215199
HSL0.120.240.82
HSV44°10°87°
CMYK 0.000.030.10   0.13
XYZ64.428068.096663.7811
Yxy68.09660.32820.3469
Hunter Lab82.5207-5.047311.9386
CIE-Lab86.0547-0.67118.6135

#ddd7c7 color RGB value is (221,215,199).

#ddd7c7 hex color red value is 221, green value is 215 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ddd7c7 hue: 0.12 , saturation: 0.24 and the lightness value of ddd7c7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 11000111
Octal 335 327 307
Decimal 221 215 199
Hex DD D7 C7

RGB Percentages of Color #ddd7c7

%34.80
%33.86
%31.34

CMYK Percentages of Color #ddd7c7

%0
%3
%10
%13

Triadic Colors of #ddd7c7

#ddd7c7 #c7ddd7 #d7c7dd

Analogous Colors of #ddd7c7

#ddd7c7 #d8ddc7 #ddccc7

Monochromatic Colors of #ddd7c7

#ddd7c7

Complementary Color

#ddd7c7 #c7cddd

#ddd7c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd7c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd7c7 Color CSS Codes

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

#ddd7c7 Text Font Color

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

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


#ddd7c7 Background Color

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

This div background color is #ddd7c7


#ddd7c7 Border Color

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

This div border color is #ddd7c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd7c7


Comments

No comments written yet.

Please login to write comment.