Color Hex Logo

#dfdcec Color Hex

#DFDCEC
(223,220,236)
0 Favorites   0 Comments

Color spaces of #dfdcec

RGB 223220236
HSL0.700.300.89
HSV251°93°
CMYK 0.060.070.00   0.07
XYZ71.164972.930589.6831
Yxy72.93050.30440.3120
Hunter Lab85.3994-0.7014-2.4845
CIE-Lab88.41463.9616-7.4514

#dfdcec color RGB value is (223,220,236).

#dfdcec hex color red value is 223, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dfdcec hue: 0.70 , saturation: 0.30 and the lightness value of dfdcec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 11101100
Octal 337 334 354
Decimal 223 220 236
Hex DF DC EC

RGB Percentages of Color #dfdcec

%32.84
%32.40
%34.76

CMYK Percentages of Color #dfdcec

%6
%7
%0
%7

Triadic Colors of #dfdcec

#dfdcec #ecdfdc #dcecdf

Analogous Colors of #dfdcec

#dfdcec #e7dcec #dce1ec

Monochromatic Colors of #dfdcec

#dfdcec

Complementary Color

#dfdcec #e9ecdc

#dfdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcec Color CSS Codes

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

#dfdcec Text Font Color

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

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


#dfdcec Background Color

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

This div background color is #dfdcec


#dfdcec Border Color

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

This div border color is #dfdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcec


Comments

No comments written yet.

Please login to write comment.