Color Hex Logo

#d7d0db Color Hex

#D7D0DB
(215,208,219)
0 Favorites   0 Comments

Color spaces of #d7d0db

RGB 215208219
HSL0.770.130.84
HSV278°86°
CMYK 0.020.050.00   0.14
XYZ63.366464.673376.1613
Yxy64.67330.31030.3167
Hunter Lab80.4197-0.08610.1433
CIE-Lab84.31514.4015-4.5796

#d7d0db color RGB value is (215,208,219).

#d7d0db hex color red value is 215, green value is 208 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d7d0db hue: 0.77 , saturation: 0.13 and the lightness value of d7d0db is 0.84.

The process color (four color CMYK) of #d7d0db color hex is 0.02, 0.05, 0.00, 0.14. Web safe color of #d7d0db is #cccccc. Color #d7d0db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11010000 11011011
Octal 327 320 333
Decimal 215 208 219
Hex D7 D0 DB

RGB Percentages of Color #d7d0db

%33.49
%32.40
%34.11

CMYK Percentages of Color #d7d0db

%2
%5
%0
%14

Triadic Colors of #d7d0db

#d7d0db #dbd7d0 #d0dbd7

Analogous Colors of #d7d0db

#d7d0db #dbd0da #d2d0db

Monochromatic Colors of #d7d0db

#d7d0db

Complementary Color

#d7d0db #d4dbd0

#d7d0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7d0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7d0db Color CSS Codes

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

#d7d0db Text Font Color

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

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


#d7d0db Background Color

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

This div background color is #d7d0db


#d7d0db Border Color

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

This div border color is #d7d0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7d0db


Comments

No comments written yet.

Please login to write comment.