Color Hex Logo

#dfb6ee Color Hex

#DFB6EE
(223,182,238)
0 Favorites   0 Comments

Color spaces of #dfb6ee

RGB 223182238
HSL0.790.620.82
HSV284°24°93°
CMYK 0.060.240.00   0.07
XYZ62.592055.316988.2672
Yxy55.31690.30360.2683
Hunter Lab74.375320.0633-18.3015
CIE-Lab79.223524.5616-22.3063

#dfb6ee color RGB value is (223,182,238).

#dfb6ee hex color red value is 223, green value is 182 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfb6ee hue: 0.79 , saturation: 0.62 and the lightness value of dfb6ee is 0.82.

The process color (four color CMYK) of #dfb6ee color hex is 0.06, 0.24, 0.00, 0.07. Web safe color of #dfb6ee is #ccccff. Color #dfb6ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 11101110
Octal 337 266 356
Decimal 223 182 238
Hex DF B6 EE

RGB Percentages of Color #dfb6ee

%34.68
%28.30
%37.01

CMYK Percentages of Color #dfb6ee

%6
%24
%0
%7

Triadic Colors of #dfb6ee

#dfb6ee #eedfb6 #b6eedf

Analogous Colors of #dfb6ee

#dfb6ee #eeb6e1 #c3b6ee

Monochromatic Colors of #dfb6ee

#dfb6ee

Complementary Color

#dfb6ee #c5eeb6

#dfb6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6ee Color CSS Codes

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

#dfb6ee Text Font Color

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

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


#dfb6ee Background Color

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

This div background color is #dfb6ee


#dfb6ee Border Color

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

This div border color is #dfb6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6ee


Comments

No comments written yet.

Please login to write comment.