Color Hex Logo

#d9b1cc Color Hex

#D9B1CC
(217,177,204)
0 Favorites   0 Comments

Color spaces of #d9b1cc

RGB 217177204
HSL0.890.340.77
HSV320°18°85°
CMYK 0.000.180.06   0.15
XYZ55.236550.555663.9737
Yxy50.55560.32540.2978
Hunter Lab71.102514.2398-3.5738
CIE-Lab76.409018.9380-8.1853

#d9b1cc color RGB value is (217,177,204).

#d9b1cc hex color red value is 217, green value is 177 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d9b1cc hue: 0.89 , saturation: 0.34 and the lightness value of d9b1cc is 0.77.

The process color (four color CMYK) of #d9b1cc color hex is 0.00, 0.18, 0.06, 0.15. Web safe color of #d9b1cc is #cc99cc. Color #d9b1cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110001 11001100
Octal 331 261 314
Decimal 217 177 204
Hex D9 B1 CC

RGB Percentages of Color #d9b1cc

%36.29
%29.60
%34.11

CMYK Percentages of Color #d9b1cc

%0
%18
%6
%15

Triadic Colors of #d9b1cc

#d9b1cc #ccd9b1 #b1ccd9

Analogous Colors of #d9b1cc

#d9b1cc #d9b1b8 #d2b1d9

Monochromatic Colors of #d9b1cc

#d9b1cc

Complementary Color

#d9b1cc #b1d9be

#d9b1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b1cc Color CSS Codes

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

#d9b1cc Text Font Color

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

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


#d9b1cc Background Color

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

This div background color is #d9b1cc


#d9b1cc Border Color

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

This div border color is #d9b1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b1cc


Comments

No comments written yet.

Please login to write comment.