Color Hex Logo

#d7dcc1 Color Hex

#D7DCC1
(215,220,193)
0 Favorites   0 Comments

Color spaces of #d7dcc1

RGB 215220193
HSL0.200.280.81
HSV71°12°86°
CMYK 0.020.000.12   0.14
XYZ63.243269.483760.5305
Yxy69.48370.32720.3595
Hunter Lab83.3569-10.445915.2957
CIE-Lab86.7430-6.346912.6928

#d7dcc1 color RGB value is (215,220,193).

#d7dcc1 hex color red value is 215, green value is 220 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d7dcc1 hue: 0.20 , saturation: 0.28 and the lightness value of d7dcc1 is 0.81.

The process color (four color CMYK) of #d7dcc1 color hex is 0.02, 0.00, 0.12, 0.14. Web safe color of #d7dcc1 is #cccccc. Color #d7dcc1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011100 11000001
Octal 327 334 301
Decimal 215 220 193
Hex D7 DC C1

RGB Percentages of Color #d7dcc1

%34.24
%35.03
%30.73

CMYK Percentages of Color #d7dcc1

%2
%0
%12
%14

Triadic Colors of #d7dcc1

#d7dcc1 #c1d7dc #dcc1d7

Analogous Colors of #d7dcc1

#d7dcc1 #cadcc1 #dcd4c1

Monochromatic Colors of #d7dcc1

#d7dcc1

Complementary Color

#d7dcc1 #c6c1dc

#d7dcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dcc1 Color CSS Codes

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

#d7dcc1 Text Font Color

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

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


#d7dcc1 Background Color

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

This div background color is #d7dcc1


#d7dcc1 Border Color

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

This div border color is #d7dcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dcc1


Comments

No comments written yet.

Please login to write comment.