Color Hex Logo

#dfc0ed Color Hex

#DFC0ED
(223,192,237)
0 Favorites   0 Comments

Color spaces of #dfc0ed

RGB 223192237
HSL0.780.560.84
HSV281°19°93°
CMYK 0.060.190.00   0.07
XYZ64.567159.501788.2027
Yxy59.50170.30420.2803
Hunter Lab77.137314.4214-13.7990
CIE-Lab81.566618.9902-18.2210

#dfc0ed color RGB value is (223,192,237).

#dfc0ed hex color red value is 223, green value is 192 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dfc0ed hue: 0.78 , saturation: 0.56 and the lightness value of dfc0ed is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 11101101
Octal 337 300 355
Decimal 223 192 237
Hex DF C0 ED

RGB Percentages of Color #dfc0ed

%34.20
%29.45
%36.35

CMYK Percentages of Color #dfc0ed

%6
%19
%0
%7

Triadic Colors of #dfc0ed

#dfc0ed #eddfc0 #c0eddf

Analogous Colors of #dfc0ed

#dfc0ed #edc0e5 #c9c0ed

Monochromatic Colors of #dfc0ed

#dfc0ed

Complementary Color

#dfc0ed #ceedc0

#dfc0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc0ed Color CSS Codes

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

#dfc0ed Text Font Color

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

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


#dfc0ed Background Color

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

This div background color is #dfc0ed


#dfc0ed Border Color

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

This div border color is #dfc0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc0ed


Comments

No comments written yet.

Please login to write comment.