Color Hex Logo

#dfddec Color Hex

#DFDDEC
(223,221,236)
0 Favorites   0 Comments

Color spaces of #dfddec

RGB 223221236
HSL0.690.280.90
HSV248°93°
CMYK 0.060.060.00   0.07
XYZ71.428273.457089.7708
Yxy73.45700.30440.3130
Hunter Lab85.7071-1.2256-2.1063
CIE-Lab88.66523.4404-7.0803

#dfddec color RGB value is (223,221,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011101 11101100
Octal 337 335 354
Decimal 223 221 236
Hex DF DD EC

RGB Percentages of Color #dfddec

%32.79
%32.50
%34.71

CMYK Percentages of Color #dfddec

%6
%6
%0
%7

Triadic Colors of #dfddec

#dfddec #ecdfdd #ddecdf

Analogous Colors of #dfddec

#dfddec #e7ddec #dde3ec

Monochromatic Colors of #dfddec

#dfddec

Complementary Color

#dfddec #eaecdd

#dfddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfddec Color CSS Codes

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

#dfddec Text Font Color

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

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


#dfddec Background Color

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

This div background color is #dfddec


#dfddec Border Color

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

This div border color is #dfddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfddec


Comments

No comments written yet.

Please login to write comment.