Color Hex Logo

#dfd1ea Color Hex

#DFD1EA
(223,209,234)
0 Favorites   0 Comments

Color spaces of #dfd1ea

RGB 223209234
HSL0.760.370.87
HSV274°11°92°
CMYK 0.050.110.00   0.08
XYZ68.083267.229487.2301
Yxy67.22940.30590.3021
Hunter Lab81.99354.7285-5.6811
CIE-Lab85.61979.3580-10.5451

#dfd1ea color RGB value is (223,209,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 11101010
Octal 337 321 352
Decimal 223 209 234
Hex DF D1 EA

RGB Percentages of Color #dfd1ea

%33.48
%31.38
%35.14

CMYK Percentages of Color #dfd1ea

%5
%11
%0
%8

Triadic Colors of #dfd1ea

#dfd1ea #eadfd1 #d1eadf

Analogous Colors of #dfd1ea

#dfd1ea #ead1e9 #d3d1ea

Monochromatic Colors of #dfd1ea

#dfd1ea

Complementary Color

#dfd1ea #dcead1

#dfd1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd1ea Color CSS Codes

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

#dfd1ea Text Font Color

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

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


#dfd1ea Background Color

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

This div background color is #dfd1ea


#dfd1ea Border Color

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

This div border color is #dfd1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd1ea


Comments

No comments written yet.

Please login to write comment.