Color Hex Logo

#ddd6c7 Color Hex

#DDD6C7
(221,214,199)
0 Favorites   0 Comments

Color spaces of #ddd6c7

RGB 221214199
HSL0.110.240.82
HSV41°10°87°
CMYK 0.000.030.10   0.13
XYZ64.174267.588863.6964
Yxy67.58880.32830.3458
Hunter Lab82.2124-4.536411.6121
CIE-Lab85.8004-0.15248.2492

#ddd6c7 color RGB value is (221,214,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 11000111
Octal 335 326 307
Decimal 221 214 199
Hex DD D6 C7

RGB Percentages of Color #ddd6c7

%34.86
%33.75
%31.39

CMYK Percentages of Color #ddd6c7

%0
%3
%10
%13

Triadic Colors of #ddd6c7

#ddd6c7 #c7ddd6 #d6c7dd

Analogous Colors of #ddd6c7

#ddd6c7 #d9ddc7 #ddcbc7

Monochromatic Colors of #ddd6c7

#ddd6c7

Complementary Color

#ddd6c7 #c7cedd

#ddd6c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd6c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd6c7 Color CSS Codes

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

#ddd6c7 Text Font Color

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

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


#ddd6c7 Background Color

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

This div background color is #ddd6c7


#ddd6c7 Border Color

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

This div border color is #ddd6c7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,214,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 #ddd6c7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd6c7

#ddd6c7 Color Palettes


Comments

No comments written yet.

Please login to write comment.