Color Hex Logo

#d2c2cd Color Hex

#D2C2CD
(210,194,205)
0 Favorites   0 Comments

Color spaces of #d2c2cd

RGB 210194205
HSL0.890.150.79
HSV319°82°
CMYK 0.000.080.02   0.18
XYZ56.889656.693065.7020
Yxy56.69300.31730.3162
Hunter Lab75.29483.10140.9700
CIE-Lab80.00667.5528-3.4776

#d2c2cd color RGB value is (210,194,205).

#d2c2cd hex color red value is 210, green value is 194 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d2c2cd hue: 0.89 , saturation: 0.15 and the lightness value of d2c2cd is 0.79.

The process color (four color CMYK) of #d2c2cd color hex is 0.00, 0.08, 0.02, 0.18. Web safe color of #d2c2cd is #cccccc. Color #d2c2cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11000010 11001101
Octal 322 302 315
Decimal 210 194 205
Hex D2 C2 CD

RGB Percentages of Color #d2c2cd

%34.48
%31.86
%33.66

CMYK Percentages of Color #d2c2cd

%0
%8
%2
%18

Triadic Colors of #d2c2cd

#d2c2cd #cdd2c2 #c2cdd2

Analogous Colors of #d2c2cd

#d2c2cd #d2c2c5 #cfc2d2

Monochromatic Colors of #d2c2cd

#d2c2cd

Complementary Color

#d2c2cd #c2d2c7

#d2c2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c2cd Color CSS Codes

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

#d2c2cd Text Font Color

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

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


#d2c2cd Background Color

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

This div background color is #d2c2cd


#d2c2cd Border Color

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

This div border color is #d2c2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c2cd

#d2c2cd Color Palettes


Comments

No comments written yet.

Please login to write comment.