Color Hex Logo

#dfd8ef Color Hex

#DFD8EF
(223,216,239)
0 Favorites   0 Comments

Color spaces of #dfd8ef

RGB 223216239
HSL0.720.420.89
HSV258°10°94°
CMYK 0.070.100.00   0.06
XYZ70.567371.031791.6525
Yxy71.03170.30250.3045
Hunter Lab84.28031.9662-5.4800
CIE-Lab87.50046.6275-10.3899

#dfd8ef color RGB value is (223,216,239).

#dfd8ef hex color red value is 223, green value is 216 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfd8ef hue: 0.72 , saturation: 0.42 and the lightness value of dfd8ef is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 11101111
Octal 337 330 357
Decimal 223 216 239
Hex DF D8 EF

RGB Percentages of Color #dfd8ef

%32.89
%31.86
%35.25

CMYK Percentages of Color #dfd8ef

%7
%10
%0
%6

Triadic Colors of #dfd8ef

#dfd8ef #efdfd8 #d8efdf

Analogous Colors of #dfd8ef

#dfd8ef #ebd8ef #d8ddef

Monochromatic Colors of #dfd8ef

#dfd8ef

Complementary Color

#dfd8ef #e8efd8

#dfd8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd8ef Color CSS Codes

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

#dfd8ef Text Font Color

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

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


#dfd8ef Background Color

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

This div background color is #dfd8ef


#dfd8ef Border Color

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

This div border color is #dfd8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd8ef


Comments

No comments written yet.

Please login to write comment.