Color Hex Logo

#d1bddf Color Hex

#D1BDDF
(209,189,223)
0 Favorites   0 Comments

Color spaces of #d1bddf

RGB 209189223
HSL0.760.350.81
HSV275°15°87°
CMYK 0.060.150.00   0.13
XYZ57.811455.278277.4348
Yxy55.27820.30340.2901
Hunter Lab74.34938.6840-9.7060
CIE-Lab79.201213.2879-14.3807

#d1bddf color RGB value is (209,189,223).

#d1bddf hex color red value is 209, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d1bddf hue: 0.76 , saturation: 0.35 and the lightness value of d1bddf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111101 11011111
Octal 321 275 337
Decimal 209 189 223
Hex D1 BD DF

RGB Percentages of Color #d1bddf

%33.66
%30.43
%35.91

CMYK Percentages of Color #d1bddf

%6
%15
%0
%13

Triadic Colors of #d1bddf

#d1bddf #dfd1bd #bddfd1

Analogous Colors of #d1bddf

#d1bddf #dfbddc #c0bddf

Monochromatic Colors of #d1bddf

#d1bddf

Complementary Color

#d1bddf #cbdfbd

#d1bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1bddf Color CSS Codes

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

#d1bddf Text Font Color

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

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


#d1bddf Background Color

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

This div background color is #d1bddf


#d1bddf Border Color

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

This div border color is #d1bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1bddf


Comments

No comments written yet.

Please login to write comment.