Color Hex Logo

#d9bfcb Color Hex

#D9BFCB
(217,191,203)
0 Favorites   0 Comments

Color spaces of #d9bfcb

RGB 217191203
HSL0.920.250.80
HSV332°12°85°
CMYK 0.000.120.06   0.15
XYZ58.025656.325164.3135
Yxy56.32510.32480.3153
Hunter Lab75.05006.67121.7270
CIE-Lab79.798511.2362-2.6374

#d9bfcb color RGB value is (217,191,203).

#d9bfcb hex color red value is 217, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d9bfcb hue: 0.92 , saturation: 0.25 and the lightness value of d9bfcb is 0.80.

The process color (four color CMYK) of #d9bfcb color hex is 0.00, 0.12, 0.06, 0.15. Web safe color of #d9bfcb is #cccccc. Color #d9bfcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 11001011
Octal 331 277 313
Decimal 217 191 203
Hex D9 BF CB

RGB Percentages of Color #d9bfcb

%35.52
%31.26
%33.22

CMYK Percentages of Color #d9bfcb

%0
%12
%6
%15

Triadic Colors of #d9bfcb

#d9bfcb #cbd9bf #bfcbd9

Analogous Colors of #d9bfcb

#d9bfcb #d9c0bf #d9bfd8

Monochromatic Colors of #d9bfcb

#d9bfcb

Complementary Color

#d9bfcb #bfd9cd

#d9bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bfcb Color CSS Codes

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

#d9bfcb Text Font Color

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

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


#d9bfcb Background Color

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

This div background color is #d9bfcb


#d9bfcb Border Color

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

This div border color is #d9bfcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,191,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bfcb


Comments

No comments written yet.

Please login to write comment.