Color Hex Logo

#d8bfdd Color Hex

#D8BFDD
(216,191,221)
0 Favorites   0 Comments

Color spaces of #d8bfdd

RGB 216191221
HSL0.810.310.81
HSV290°14°87°
CMYK 0.020.140.00   0.13
XYZ60.000857.081076.2620
Yxy57.08100.31030.2952
Hunter Lab75.55209.5427-6.9608
CIE-Lab80.225114.1564-11.7095

#d8bfdd color RGB value is (216,191,221).

#d8bfdd hex color red value is 216, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8bfdd hue: 0.81 , saturation: 0.31 and the lightness value of d8bfdd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10111111 11011101
Octal 330 277 335
Decimal 216 191 221
Hex D8 BF DD

RGB Percentages of Color #d8bfdd

%34.39
%30.41
%35.19

CMYK Percentages of Color #d8bfdd

%2
%14
%0
%13

Triadic Colors of #d8bfdd

#d8bfdd #ddd8bf #bfddd8

Analogous Colors of #d8bfdd

#d8bfdd #ddbfd3 #c9bfdd

Monochromatic Colors of #d8bfdd

#d8bfdd

Complementary Color

#d8bfdd #c4ddbf

#d8bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8bfdd Color CSS Codes

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

#d8bfdd Text Font Color

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

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


#d8bfdd Background Color

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

This div background color is #d8bfdd


#d8bfdd Border Color

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

This div border color is #d8bfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,191,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 #d8bfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8bfdd


Comments

No comments written yet.

Please login to write comment.