Color Hex Logo

#d9bffb Color Hex

#D9BFFB
(217,191,251)
0 Favorites   0 Comments

Color spaces of #d9bffb

RGB 217191251
HSL0.740.880.87
HSV266°24°98°
CMYK 0.140.240.00   0.02
XYZ64.658758.978499.2429
Yxy58.97840.29010.2646
Hunter Lab76.797415.8906-22.8605
CIE-Lab81.279720.4345-26.1906

#d9bffb color RGB value is (217,191,251).

#d9bffb hex color red value is 217, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d9bffb hue: 0.74 , saturation: 0.88 and the lightness value of d9bffb is 0.87.

The process color (four color CMYK) of #d9bffb color hex is 0.14, 0.24, 0.00, 0.02. Web safe color of #d9bffb is #ccccff. Color #d9bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111111 11111011
Octal 331 277 373
Decimal 217 191 251
Hex D9 BF FB

RGB Percentages of Color #d9bffb

%32.93
%28.98
%38.09

CMYK Percentages of Color #d9bffb

%14
%24
%0
%2

Triadic Colors of #d9bffb

#d9bffb #fbd9bf #bffbd9

Analogous Colors of #d9bffb

#d9bffb #f7bffb #bfc3fb

Monochromatic Colors of #d9bffb

#d9bffb

Complementary Color

#d9bffb #e1fbbf

#d9bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bffb Color CSS Codes

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

#d9bffb Text Font Color

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

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


#d9bffb Background Color

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

This div background color is #d9bffb


#d9bffb Border Color

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

This div border color is #d9bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bffb


Comments

No comments written yet.

Please login to write comment.