Color Hex Logo

#d9bddc Color Hex

#D9BDDC
(217,189,220)
0 Favorites   0 Comments

Color spaces of #d9bddc

RGB 217189220
HSL0.820.310.80
HSV294°14°86°
CMYK 0.010.140.00   0.14
XYZ59.731156.314275.4317
Yxy56.31420.31190.2941
Hunter Lab75.042810.7541-7.0673
CIE-Lab79.792315.3784-11.8088

#d9bddc color RGB value is (217,189,220).

#d9bddc hex color red value is 217, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d9bddc hue: 0.82 , saturation: 0.31 and the lightness value of d9bddc is 0.80.

The process color (four color CMYK) of #d9bddc color hex is 0.01, 0.14, 0.00, 0.14. Web safe color of #d9bddc is #cccccc. Color #d9bddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111101 11011100
Octal 331 275 334
Decimal 217 189 220
Hex D9 BD DC

RGB Percentages of Color #d9bddc

%34.66
%30.19
%35.14

CMYK Percentages of Color #d9bddc

%1
%14
%0
%14

Triadic Colors of #d9bddc

#d9bddc #dcd9bd #bddcd9

Analogous Colors of #d9bddc

#d9bddc #dcbdd0 #cabddc

Monochromatic Colors of #d9bddc

#d9bddc

Complementary Color

#d9bddc #c0dcbd

#d9bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bddc Color CSS Codes

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

#d9bddc Text Font Color

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

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


#d9bddc Background Color

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

This div background color is #d9bddc


#d9bddc Border Color

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

This div border color is #d9bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bddc


Comments

No comments written yet.

Please login to write comment.