Color Hex Logo

#d7c6cd Color Hex

#D7C6CD
(215,198,205)
0 Favorites   0 Comments

Color spaces of #d7c6cd

RGB 215198205
HSL0.930.180.81
HSV335°84°
CMYK 0.000.080.05   0.16
XYZ59.237959.243066.0705
Yxy59.24300.32100.3210
Hunter Lab76.96952.68212.9842
CIE-Lab81.42507.1590-1.3475

#d7c6cd color RGB value is (215,198,205).

#d7c6cd hex color red value is 215, green value is 198 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d7c6cd hue: 0.93 , saturation: 0.18 and the lightness value of d7c6cd is 0.81.

The process color (four color CMYK) of #d7c6cd color hex is 0.00, 0.08, 0.05, 0.16. Web safe color of #d7c6cd is #cccccc. Color #d7c6cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000110 11001101
Octal 327 306 315
Decimal 215 198 205
Hex D7 C6 CD

RGB Percentages of Color #d7c6cd

%34.79
%32.04
%33.17

CMYK Percentages of Color #d7c6cd

%0
%8
%5
%16

Triadic Colors of #d7c6cd

#d7c6cd #cdd7c6 #c6cdd7

Analogous Colors of #d7c6cd

#d7c6cd #d7c8c6 #d7c6d6

Monochromatic Colors of #d7c6cd

#d7c6cd

Complementary Color

#d7c6cd #c6d7d0

#d7c6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c6cd Color CSS Codes

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

#d7c6cd Text Font Color

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

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


#d7c6cd Background Color

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

This div background color is #d7c6cd


#d7c6cd Border Color

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

This div border color is #d7c6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c6cd


Comments

No comments written yet.

Please login to write comment.