Color Hex Logo

#dfd0eb Color Hex

#DFD0EB
(223,208,235)
0 Favorites   0 Comments

Color spaces of #dfd0eb

RGB 223208235
HSL0.760.400.87
HSV273°11°92°
CMYK 0.050.110.00   0.08
XYZ67.982766.797987.9075
Yxy66.79790.30530.3000
Hunter Lab81.73005.4482-6.5604
CIE-Lab85.401810.0769-11.4003

#dfd0eb color RGB value is (223,208,235).

#dfd0eb hex color red value is 223, green value is 208 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfd0eb hue: 0.76 , saturation: 0.40 and the lightness value of dfd0eb is 0.87.

The process color (four color CMYK) of #dfd0eb color hex is 0.05, 0.11, 0.00, 0.08. Web safe color of #dfd0eb is #ccccff. Color #dfd0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 11101011
Octal 337 320 353
Decimal 223 208 235
Hex DF D0 EB

RGB Percentages of Color #dfd0eb

%33.48
%31.23
%35.29

CMYK Percentages of Color #dfd0eb

%5
%11
%0
%8

Triadic Colors of #dfd0eb

#dfd0eb #ebdfd0 #d0ebdf

Analogous Colors of #dfd0eb

#dfd0eb #ebd0ea #d2d0eb

Monochromatic Colors of #dfd0eb

#dfd0eb

Complementary Color

#dfd0eb #dcebd0

#dfd0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd0eb Color CSS Codes

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

#dfd0eb Text Font Color

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

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


#dfd0eb Background Color

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

This div background color is #dfd0eb


#dfd0eb Border Color

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

This div border color is #dfd0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd0eb

#dfd0eb Color Palettes


Comments

No comments written yet.

Please login to write comment.