Color Hex Logo

#d1aecc Color Hex

#D1AECC
(209,174,204)
0 Favorites   0 Comments

Color spaces of #d1aecc

RGB 209174204
HSL0.860.280.75
HSV309°17°82°
CMYK 0.000.170.02   0.18
XYZ52.329648.187063.6697
Yxy48.18700.31870.2935
Hunter Lab69.416913.0820-5.7895
CIE-Lab74.942717.8065-10.4476

#d1aecc color RGB value is (209,174,204).

#d1aecc hex color red value is 209, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d1aecc hue: 0.86 , saturation: 0.28 and the lightness value of d1aecc is 0.75.

The process color (four color CMYK) of #d1aecc color hex is 0.00, 0.17, 0.02, 0.18. Web safe color of #d1aecc is #cc99cc. Color #d1aecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101110 11001100
Octal 321 256 314
Decimal 209 174 204
Hex D1 AE CC

RGB Percentages of Color #d1aecc

%35.60
%29.64
%34.75

CMYK Percentages of Color #d1aecc

%0
%17
%2
%18

Triadic Colors of #d1aecc

#d1aecc #ccd1ae #aeccd1

Analogous Colors of #d1aecc

#d1aecc #d1aebb #c5aed1

Monochromatic Colors of #d1aecc

#d1aecc

Complementary Color

#d1aecc #aed1b3

#d1aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1aecc Color CSS Codes

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

#d1aecc Text Font Color

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

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


#d1aecc Background Color

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

This div background color is #d1aecc


#d1aecc Border Color

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

This div border color is #d1aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1aecc


Comments

No comments written yet.

Please login to write comment.