Color Hex Logo

#d3bfdb Color Hex

#D3BFDB
(211,191,219)
0 Favorites   0 Comments

Color spaces of #d3bfdb

RGB 211191219
HSL0.790.280.80
HSV283°13°86°
CMYK 0.040.130.00   0.14
XYZ58.281056.225074.7986
Yxy56.22500.30790.2970
Hunter Lab74.98337.5188-6.6556
CIE-Lab79.741712.1023-11.3996

#d3bfdb color RGB value is (211,191,219).

#d3bfdb hex color red value is 211, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d3bfdb hue: 0.79 , saturation: 0.28 and the lightness value of d3bfdb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10111111 11011011
Octal 323 277 333
Decimal 211 191 219
Hex D3 BF DB

RGB Percentages of Color #d3bfdb

%33.98
%30.76
%35.27

CMYK Percentages of Color #d3bfdb

%4
%13
%0
%14

Triadic Colors of #d3bfdb

#d3bfdb #dbd3bf #bfdbd3

Analogous Colors of #d3bfdb

#d3bfdb #dbbfd5 #c5bfdb

Monochromatic Colors of #d3bfdb

#d3bfdb

Complementary Color

#d3bfdb #c7dbbf

#d3bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3bfdb Color CSS Codes

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

#d3bfdb Text Font Color

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

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


#d3bfdb Background Color

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

This div background color is #d3bfdb


#d3bfdb Border Color

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

This div border color is #d3bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3bfdb


Comments

No comments written yet.

Please login to write comment.