Color Hex Logo

#dfbbe7 Color Hex

#DFBBE7
(223,187,231)
0 Favorites   0 Comments

Color spaces of #dfbbe7

RGB 223187231
HSL0.800.480.82
HSV289°19°91°
CMYK 0.030.190.00   0.09
XYZ62.625656.998183.3023
Yxy56.99810.30860.2809
Hunter Lab75.497115.9477-12.5717
CIE-Lab80.178520.5228-17.0954

#dfbbe7 color RGB value is (223,187,231).

#dfbbe7 hex color red value is 223, green value is 187 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #dfbbe7 hue: 0.80 , saturation: 0.48 and the lightness value of dfbbe7 is 0.82.

The process color (four color CMYK) of #dfbbe7 color hex is 0.03, 0.19, 0.00, 0.09. Web safe color of #dfbbe7 is #ccccff. Color #dfbbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11100111
Octal 337 273 347
Decimal 223 187 231
Hex DF BB E7

RGB Percentages of Color #dfbbe7

%34.79
%29.17
%36.04

CMYK Percentages of Color #dfbbe7

%3
%19
%0
%9

Triadic Colors of #dfbbe7

#dfbbe7 #e7dfbb #bbe7df

Analogous Colors of #dfbbe7

#dfbbe7 #e7bbd9 #c9bbe7

Monochromatic Colors of #dfbbe7

#dfbbe7

Complementary Color

#dfbbe7 #c3e7bb

#dfbbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbe7 Color CSS Codes

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

#dfbbe7 Text Font Color

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

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


#dfbbe7 Background Color

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

This div background color is #dfbbe7


#dfbbe7 Border Color

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

This div border color is #dfbbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbe7


Comments

No comments written yet.

Please login to write comment.