Color Hex Logo

#d1b5cc Color Hex

#D1B5CC
(209,181,204)
0 Favorites   0 Comments

Color spaces of #d1b5cc

RGB 209181204
HSL0.860.230.76
HSV311°13°82°
CMYK 0.000.130.02   0.18
XYZ53.717550.962764.1323
Yxy50.96270.31820.3019
Hunter Lab71.38829.3867-3.2921
CIE-Lab76.656414.0113-7.8971

#d1b5cc color RGB value is (209,181,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10110101 11001100
Octal 321 265 314
Decimal 209 181 204
Hex D1 B5 CC

RGB Percentages of Color #d1b5cc

%35.19
%30.47
%34.34

CMYK Percentages of Color #d1b5cc

%0
%13
%2
%18

Triadic Colors of #d1b5cc

#d1b5cc #ccd1b5 #b5ccd1

Analogous Colors of #d1b5cc

#d1b5cc #d1b5be #c8b5d1

Monochromatic Colors of #d1b5cc

#d1b5cc

Complementary Color

#d1b5cc #b5d1ba

#d1b5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1b5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1b5cc Color CSS Codes

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

#d1b5cc Text Font Color

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

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


#d1b5cc Background Color

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

This div background color is #d1b5cc


#d1b5cc Border Color

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

This div border color is #d1b5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1b5cc


Comments

No comments written yet.

Please login to write comment.