Color Hex Logo

#dddec7 Color Hex

#DDDEC7
(221,222,199)
0 Favorites   0 Comments

Color spaces of #dddec7

RGB 221222199
HSL0.170.260.83
HSV63°10°87°
CMYK 0.000.000.10   0.13
XYZ66.248971.738264.3880
Yxy71.73820.32740.3545
Hunter Lab84.6984-8.604114.2164
CIE-Lab87.8424-4.277211.1667

#dddec7 color RGB value is (221,222,199).

#dddec7 hex color red value is 221, green value is 222 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dddec7 hue: 0.17 , saturation: 0.26 and the lightness value of dddec7 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11000111
Octal 335 336 307
Decimal 221 222 199
Hex DD DE C7

RGB Percentages of Color #dddec7

%34.42
%34.58
%31.00

CMYK Percentages of Color #dddec7

%0
%0
%10
%13

Triadic Colors of #dddec7

#dddec7 #c7ddde #dec7dd

Analogous Colors of #dddec7

#dddec7 #d2dec7 #ded4c7

Monochromatic Colors of #dddec7

#dddec7

Complementary Color

#dddec7 #c8c7de

#dddec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddec7 Color CSS Codes

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

#dddec7 Text Font Color

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

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


#dddec7 Background Color

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

This div background color is #dddec7


#dddec7 Border Color

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

This div border color is #dddec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddec7


Comments

No comments written yet.

Please login to write comment.