Color Hex Logo

#d7c4cc Color Hex

#D7C4CC
(215,196,204)
0 Favorites   0 Comments

Color spaces of #d7c4cc

RGB 215196204
HSL0.930.190.81
HSV335°84°
CMYK 0.000.090.05   0.16
XYZ58.663358.286665.2853
Yxy58.28660.32190.3198
Hunter Lab76.34573.55282.7414
CIE-Lab80.89798.0456-1.5829

#d7c4cc color RGB value is (215,196,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000100 11001100
Octal 327 304 314
Decimal 215 196 204
Hex D7 C4 CC

RGB Percentages of Color #d7c4cc

%34.96
%31.87
%33.17

CMYK Percentages of Color #d7c4cc

%0
%9
%5
%16

Triadic Colors of #d7c4cc

#d7c4cc #ccd7c4 #c4ccd7

Analogous Colors of #d7c4cc

#d7c4cc #d7c6c4 #d7c4d6

Monochromatic Colors of #d7c4cc

#d7c4cc

Complementary Color

#d7c4cc #c4d7cf

#d7c4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c4cc Color CSS Codes

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

#d7c4cc Text Font Color

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

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


#d7c4cc Background Color

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

This div background color is #d7c4cc


#d7c4cc Border Color

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

This div border color is #d7c4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c4cc


Comments

No comments written yet.

Please login to write comment.