Color Hex Logo

#dfc8ec Color Hex

#DFC8EC
(223,200,236)
0 Favorites   0 Comments

Color spaces of #dfc8ec

RGB 223200236
HSL0.770.490.85
HSV278°15°93°
CMYK 0.060.150.00   0.07
XYZ66.226063.052788.0368
Yxy63.05270.30470.2901
Hunter Lab79.40579.9126-10.1506
CIE-Lab83.470114.5179-14.8221

#dfc8ec color RGB value is (223,200,236).

#dfc8ec hex color red value is 223, green value is 200 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dfc8ec hue: 0.77 , saturation: 0.49 and the lightness value of dfc8ec is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 11101100
Octal 337 310 354
Decimal 223 200 236
Hex DF C8 EC

RGB Percentages of Color #dfc8ec

%33.84
%30.35
%35.81

CMYK Percentages of Color #dfc8ec

%6
%15
%0
%7

Triadic Colors of #dfc8ec

#dfc8ec #ecdfc8 #c8ecdf

Analogous Colors of #dfc8ec

#dfc8ec #ecc8e7 #cdc8ec

Monochromatic Colors of #dfc8ec

#dfc8ec

Complementary Color

#dfc8ec #d5ecc8

#dfc8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8ec Color CSS Codes

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

#dfc8ec Text Font Color

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

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


#dfc8ec Background Color

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

This div background color is #dfc8ec


#dfc8ec Border Color

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

This div border color is #dfc8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8ec

#dfc8ec Color Palettes


Comments

No comments written yet.

Please login to write comment.