Color Hex Logo

#dfd0ee Color Hex

#DFD0EE
(223,208,238)
0 Favorites   0 Comments

Color spaces of #dfd0ee

RGB 223208238
HSL0.750.470.87
HSV270°13°93°
CMYK 0.060.130.00   0.07
XYZ68.419966.972890.2098
Yxy66.97280.30330.2969
Hunter Lab81.83696.0207-8.0702
CIE-Lab85.490210.6523-12.8597

#dfd0ee color RGB value is (223,208,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010000 11101110
Octal 337 320 356
Decimal 223 208 238
Hex DF D0 EE

RGB Percentages of Color #dfd0ee

%33.33
%31.09
%35.58

CMYK Percentages of Color #dfd0ee

%6
%13
%0
%7

Triadic Colors of #dfd0ee

#dfd0ee #eedfd0 #d0eedf

Analogous Colors of #dfd0ee

#dfd0ee #eed0ee #d0d0ee

Monochromatic Colors of #dfd0ee

#dfd0ee

Complementary Color

#dfd0ee #dfeed0

#dfd0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd0ee Color CSS Codes

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

#dfd0ee Text Font Color

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

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


#dfd0ee Background Color

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

This div background color is #dfd0ee


#dfd0ee Border Color

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

This div border color is #dfd0ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,208,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 #dfd0ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd0ee


Comments

No comments written yet.

Please login to write comment.