Color Hex Logo

#dfddef Color Hex

#DFDDEF
(223,221,239)
0 Favorites   0 Comments

Color spaces of #dfddef

RGB 223221239
HSL0.690.360.90
HSV247°94°
CMYK 0.070.080.00   0.06
XYZ71.867973.632992.0861
Yxy73.63290.30250.3099
Hunter Lab85.8096-0.6682-3.5600
CIE-Lab88.74874.0115-8.5350

#dfddef color RGB value is (223,221,239).

#dfddef hex color red value is 223, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dfddef hue: 0.69 , saturation: 0.36 and the lightness value of dfddef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 11101111
Octal 337 335 357
Decimal 223 221 239
Hex DF DD EF

RGB Percentages of Color #dfddef

%32.65
%32.36
%34.99

CMYK Percentages of Color #dfddef

%7
%8
%0
%6

Triadic Colors of #dfddef

#dfddef #efdfdd #ddefdf

Analogous Colors of #dfddef

#dfddef #e8ddef #dde4ef

Monochromatic Colors of #dfddef

#dfddef

Complementary Color

#dfddef #edefdd

#dfddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddef Color CSS Codes

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

#dfddef Text Font Color

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

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


#dfddef Background Color

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

This div background color is #dfddef


#dfddef Border Color

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

This div border color is #dfddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddef


Comments

No comments written yet.

Please login to write comment.