Color Hex Logo

#d1badd Color Hex

#D1BADD
(209,186,221)
0 Favorites   0 Comments

Color spaces of #d1badd

RGB 209186221
HSL0.780.340.80
HSV279°16°87°
CMYK 0.050.160.00   0.13
XYZ56.904553.893675.8099
Yxy53.89360.30490.2888
Hunter Lab73.41239.8904-9.8378
CIE-Lab78.399714.5162-14.5052

#d1badd color RGB value is (209,186,221).

#d1badd hex color red value is 209, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d1badd hue: 0.78 , saturation: 0.34 and the lightness value of d1badd is 0.80.

The process color (four color CMYK) of #d1badd color hex is 0.05, 0.16, 0.00, 0.13. Web safe color of #d1badd is #cccccc. Color #d1badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10111010 11011101
Octal 321 272 335
Decimal 209 186 221
Hex D1 BA DD

RGB Percentages of Color #d1badd

%33.93
%30.19
%35.88

CMYK Percentages of Color #d1badd

%5
%16
%0
%13

Triadic Colors of #d1badd

#d1badd #ddd1ba #baddd1

Analogous Colors of #d1badd

#d1badd #ddbad8 #c0badd

Monochromatic Colors of #d1badd

#d1badd

Complementary Color

#d1badd #c6ddba

#d1badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1badd Color CSS Codes

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

#d1badd Text Font Color

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

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


#d1badd Background Color

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

This div background color is #d1badd


#d1badd Border Color

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

This div border color is #d1badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1badd


Comments

No comments written yet.

Please login to write comment.