Color Hex Logo

#d7dddd Color Hex

#D7DDDD
(215,221,221)
0 Favorites   0 Comments

Color spaces of #d7dddd

RGB 215221221
HSL0.500.080.85
HSV180°87°
CMYK 0.030.000.00   0.13
XYZ66.931971.380478.6567
Yxy71.38040.30850.3290
Hunter Lab84.4869-6.44153.9423
CIE-Lab87.6695-2.0136-0.7143

#d7dddd color RGB value is (215,221,221).

#d7dddd hex color red value is 215, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d7dddd hue: 0.50 , saturation: 0.08 and the lightness value of d7dddd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011101 11011101
Octal 327 335 335
Decimal 215 221 221
Hex D7 DD DD

RGB Percentages of Color #d7dddd

%32.72
%33.64
%33.64

CMYK Percentages of Color #d7dddd

%3
%0
%0
%13

Triadic Colors of #d7dddd

#d7dddd #ddd7dd #ddddd7

Analogous Colors of #d7dddd

#d7dddd #d7dadd #d7ddda

Monochromatic Colors of #d7dddd

#d7dddd

Complementary Color

#d7dddd #ddd7d7

#d7dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dddd Color CSS Codes

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

#d7dddd Text Font Color

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

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


#d7dddd Background Color

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

This div background color is #d7dddd


#d7dddd Border Color

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

This div border color is #d7dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dddd

#d7dddd Color Palettes


Comments

No comments written yet.

Please login to write comment.