Color Hex Logo

#dddddd Color Hex

#DDDDDD
(221,221,221)
133 Favorites   1 Comments

Color spaces of #dddddd

RGB 221221221
HSL0.000.000.87
HSV87°
CMYK 0.000.000.00   0.13
XYZ68.726472.305578.7407
Yxy72.30550.31270.3290
Hunter Lab85.0326-4.53714.6200
CIE-Lab88.11540.0048-0.0093

#dddddd color RGB value is (221,221,221).

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

The process color (four color CMYK) of #dddddd color hex is 0.00, 0.00, 0.00, 0.13. Web safe color of #dddddd is #cccccc. Color #dddddd rgb is equally color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 11011101
Octal 335 335 335
Decimal 221 221 221
Hex DD DD DD

RGB Percentages of Color #dddddd

%33.33
%33.33
%33.33

CMYK Percentages of Color #dddddd

%0
%0
%0
%13

Monochromatic Colors of #dddddd

#dddddd

#dddddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddddd Color CSS Codes

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

#dddddd Text Font Color

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

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


#dddddd Background Color

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

This div background color is #dddddd


#dddddd Border Color

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

This div border color is #dddddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddddd


Comments

26 Jan 2013, 8:53 (guest)

But how to decide which code represent which colour

Please login to write comment.