Color Hex Logo

#d9bdde Color Hex

#D9BDDE
(217,189,222)
0 Favorites   0 Comments

Color spaces of #d9bdde

RGB 217189222
HSL0.810.330.81
HSV291°15°87°
CMYK 0.020.150.00   0.13
XYZ59.997756.420876.8353
Yxy56.42080.31050.2920
Hunter Lab75.113811.1291-8.0692
CIE-Lab79.852715.7543-12.7956

#d9bdde color RGB value is (217,189,222).

#d9bdde hex color red value is 217, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d9bdde hue: 0.81 , saturation: 0.33 and the lightness value of d9bdde is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111101 11011110
Octal 331 275 336
Decimal 217 189 222
Hex D9 BD DE

RGB Percentages of Color #d9bdde

%34.55
%30.10
%35.35

CMYK Percentages of Color #d9bdde

%2
%15
%0
%13

Triadic Colors of #d9bdde

#d9bdde #ded9bd #bdded9

Analogous Colors of #d9bdde

#d9bdde #debdd3 #c9bdde

Monochromatic Colors of #d9bdde

#d9bdde

Complementary Color

#d9bdde #c2debd

#d9bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bdde Color CSS Codes

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

#d9bdde Text Font Color

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

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


#d9bdde Background Color

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

This div background color is #d9bdde


#d9bdde Border Color

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

This div border color is #d9bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bdde


Comments

No comments written yet.

Please login to write comment.