Color Hex Logo

#d9bbec Color Hex

#D9BBEC
(217,187,236)
0 Favorites   0 Comments

Color spaces of #d9bbec

RGB 217187236
HSL0.770.560.83
HSV277°21°93°
CMYK 0.080.210.00   0.07
XYZ61.525956.348586.9905
Yxy56.34850.30030.2751
Hunter Lab75.065614.9387-16.1628
CIE-Lab79.811819.5420-20.3885

#d9bbec color RGB value is (217,187,236).

#d9bbec hex color red value is 217, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d9bbec hue: 0.77 , saturation: 0.56 and the lightness value of d9bbec is 0.83.

The process color (four color CMYK) of #d9bbec color hex is 0.08, 0.21, 0.00, 0.07. Web safe color of #d9bbec is #ccccff. Color #d9bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111011 11101100
Octal 331 273 354
Decimal 217 187 236
Hex D9 BB EC

RGB Percentages of Color #d9bbec

%33.91
%29.22
%36.88

CMYK Percentages of Color #d9bbec

%8
%21
%0
%7

Triadic Colors of #d9bbec

#d9bbec #ecd9bb #bbecd9

Analogous Colors of #d9bbec

#d9bbec #ecbbe7 #c1bbec

Monochromatic Colors of #d9bbec

#d9bbec

Complementary Color

#d9bbec #ceecbb

#d9bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bbec Color CSS Codes

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

#d9bbec Text Font Color

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

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


#d9bbec Background Color

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

This div background color is #d9bbec


#d9bbec Border Color

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

This div border color is #d9bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bbec


Comments

No comments written yet.

Please login to write comment.