Color Hex Logo

#d7dddb Color Hex

#D7DDDB
(215,221,219)
0 Favorites   0 Comments

Color spaces of #d7dddb

RGB 215221219
HSL0.440.080.85
HSV160°87°
CMYK 0.030.000.01   0.13
XYZ66.667071.274477.2615
Yxy71.27440.30980.3312
Hunter Lab84.4242-6.78674.8372
CIE-Lab87.6182-2.37990.2645

#d7dddb color RGB value is (215,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011101 11011011
Octal 327 335 333
Decimal 215 221 219
Hex D7 DD DB

RGB Percentages of Color #d7dddb

%32.82
%33.74
%33.44

CMYK Percentages of Color #d7dddb

%3
%0
%1
%13

Triadic Colors of #d7dddb

#d7dddb #dbd7dd #dddbd7

Analogous Colors of #d7dddb

#d7dddb #d7dcdd #d7ddd8

Monochromatic Colors of #d7dddb

#d7dddb

Complementary Color

#d7dddb #ddd7d9

#d7dddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dddb Color CSS Codes

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

#d7dddb Text Font Color

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

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


#d7dddb Background Color

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

This div background color is #d7dddb


#d7dddb Border Color

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

This div border color is #d7dddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dddb


Comments

No comments written yet.

Please login to write comment.