Color Hex Logo

#dddedd Color Hex

#DDDEDD
(221,222,221)
0 Favorites   0 Comments

Color spaces of #dddedd

RGB 221222221
HSL0.330.010.87
HSV120°87°
CMYK 0.000.000.00   0.13
XYZ68.991272.835278.8290
Yxy72.83520.31270.3301
Hunter Lab85.3435-5.05294.9763
CIE-Lab88.3691-0.51280.3609

#dddedd color RGB value is (221,222,221).

#dddedd hex color red value is 221, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dddedd hue: 0.33 , saturation: 0.01 and the lightness value of dddedd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 11011101
Octal 335 336 335
Decimal 221 222 221
Hex DD DE DD

RGB Percentages of Color #dddedd

%33.28
%33.43
%33.28

CMYK Percentages of Color #dddedd

%0
%0
%0
%13

Triadic Colors of #dddedd

#dddedd #ddddde #dedddd

Analogous Colors of #dddedd

#dddedd #dddede #dededd

Monochromatic Colors of #dddedd

#dddedd

Complementary Color

#dddedd #deddde

#dddedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddedd Color CSS Codes

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

#dddedd Text Font Color

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

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


#dddedd Background Color

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

This div background color is #dddedd


#dddedd Border Color

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

This div border color is #dddedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddedd


Comments

No comments written yet.

Please login to write comment.