Color Hex Logo

#d4c1dd Color Hex

#D4C1DD
(212,193,221)
0 Favorites   0 Comments

Color spaces of #d4c1dd

RGB 212193221
HSL0.780.290.81
HSV281°13°87°
CMYK 0.040.130.00   0.13
XYZ59.272557.357476.3537
Yxy57.35740.30710.2972
Hunter Lab75.73477.1644-6.7604
CIE-Lab80.380211.7455-11.5133

#d4c1dd color RGB value is (212,193,221).

#d4c1dd hex color red value is 212, green value is 193 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d4c1dd hue: 0.78 , saturation: 0.29 and the lightness value of d4c1dd is 0.81.

The process color (four color CMYK) of #d4c1dd color hex is 0.04, 0.13, 0.00, 0.13. Web safe color of #d4c1dd is #cccccc. Color #d4c1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000001 11011101
Octal 324 301 335
Decimal 212 193 221
Hex D4 C1 DD

RGB Percentages of Color #d4c1dd

%33.87
%30.83
%35.30

CMYK Percentages of Color #d4c1dd

%4
%13
%0
%13

Triadic Colors of #d4c1dd

#d4c1dd #ddd4c1 #c1ddd4

Analogous Colors of #d4c1dd

#d4c1dd #ddc1d8 #c6c1dd

Monochromatic Colors of #d4c1dd

#d4c1dd

Complementary Color

#d4c1dd #caddc1

#d4c1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c1dd Color CSS Codes

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

#d4c1dd Text Font Color

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

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


#d4c1dd Background Color

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

This div background color is #d4c1dd


#d4c1dd Border Color

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

This div border color is #d4c1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c1dd

#d4c1dd Color Palettes


Comments

No comments written yet.

Please login to write comment.