Color Hex Logo

#dfc6ee Color Hex

#DFC6EE
(223,198,238)
0 Favorites   0 Comments

Color spaces of #dfc6ee

RGB 223198238
HSL0.770.540.85
HSV278°17°93°
CMYK 0.060.170.00   0.07
XYZ66.058162.249289.4226
Yxy62.24920.30340.2859
Hunter Lab78.898211.3787-11.9701
CIE-Lab83.045815.9720-16.5262

#dfc6ee color RGB value is (223,198,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 11101110
Octal 337 306 356
Decimal 223 198 238
Hex DF C6 EE

RGB Percentages of Color #dfc6ee

%33.84
%30.05
%36.12

CMYK Percentages of Color #dfc6ee

%6
%17
%0
%7

Triadic Colors of #dfc6ee

#dfc6ee #eedfc6 #c6eedf

Analogous Colors of #dfc6ee

#dfc6ee #eec6e9 #cbc6ee

Monochromatic Colors of #dfc6ee

#dfc6ee

Complementary Color

#dfc6ee #d5eec6

#dfc6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc6ee Color CSS Codes

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

#dfc6ee Text Font Color

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

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


#dfc6ee Background Color

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

This div background color is #dfc6ee


#dfc6ee Border Color

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

This div border color is #dfc6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc6ee

#dfc6ee Color Palettes


Comments

No comments written yet.

Please login to write comment.