Color Hex Logo

#dfc0ee Color Hex

#DFC0EE
(223,192,238)
0 Favorites   0 Comments

Color spaces of #dfc0ee

RGB 223192238
HSL0.780.580.84
HSV280°19°93°
CMYK 0.060.190.00   0.07
XYZ64.713759.560388.9744
Yxy59.56030.30350.2793
Hunter Lab77.175314.6205-14.3319
CIE-Lab81.598619.1846-18.7079

#dfc0ee color RGB value is (223,192,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 11101110
Octal 337 300 356
Decimal 223 192 238
Hex DF C0 EE

RGB Percentages of Color #dfc0ee

%34.15
%29.40
%36.45

CMYK Percentages of Color #dfc0ee

%6
%19
%0
%7

Triadic Colors of #dfc0ee

#dfc0ee #eedfc0 #c0eedf

Analogous Colors of #dfc0ee

#dfc0ee #eec0e6 #c8c0ee

Monochromatic Colors of #dfc0ee

#dfc0ee

Complementary Color

#dfc0ee #cfeec0

#dfc0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc0ee Color CSS Codes

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

#dfc0ee Text Font Color

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

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


#dfc0ee Background Color

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

This div background color is #dfc0ee


#dfc0ee Border Color

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

This div border color is #dfc0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc0ee


Comments

No comments written yet.

Please login to write comment.