Color Hex Logo

#dfbbe8 Color Hex

#DFBBE8
(223,187,232)
0 Favorites   0 Comments

Color spaces of #dfbbe8

RGB 223187232
HSL0.800.490.82
HSV288°19°91°
CMYK 0.040.190.00   0.09
XYZ62.767257.054884.0484
Yxy57.05480.30790.2799
Hunter Lab75.534616.1430-13.0985
CIE-Lab80.210420.7130-17.5849

#dfbbe8 color RGB value is (223,187,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 11101000
Octal 337 273 350
Decimal 223 187 232
Hex DF BB E8

RGB Percentages of Color #dfbbe8

%34.74
%29.13
%36.14

CMYK Percentages of Color #dfbbe8

%4
%19
%0
%9

Triadic Colors of #dfbbe8

#dfbbe8 #e8dfbb #bbe8df

Analogous Colors of #dfbbe8

#dfbbe8 #e8bbdb #c9bbe8

Monochromatic Colors of #dfbbe8

#dfbbe8

Complementary Color

#dfbbe8 #c4e8bb

#dfbbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbe8 Color CSS Codes

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

#dfbbe8 Text Font Color

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

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


#dfbbe8 Background Color

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

This div background color is #dfbbe8


#dfbbe8 Border Color

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

This div border color is #dfbbe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbe8


Comments

No comments written yet.

Please login to write comment.