Color Hex Logo

#dfc6de Color Hex

#DFC6DE
(223,198,222)
0 Favorites   0 Comments

Color spaces of #dfc6de

RGB 223198222
HSL0.840.280.83
HSV302°11°87°
CMYK 0.000.110.00   0.13
XYZ63.810361.350177.5858
Yxy61.35010.31470.3026
Hunter Lab78.32638.3480-3.9011
CIE-Lab82.566612.9558-8.6943

#dfc6de color RGB value is (223,198,222).

#dfc6de hex color red value is 223, green value is 198 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfc6de hue: 0.84 , saturation: 0.28 and the lightness value of dfc6de is 0.83.

The process color (four color CMYK) of #dfc6de color hex is 0.00, 0.11, 0.00, 0.13. Web safe color of #dfc6de is #cccccc. Color #dfc6de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 11011110
Octal 337 306 336
Decimal 223 198 222
Hex DF C6 DE

RGB Percentages of Color #dfc6de

%34.68
%30.79
%34.53

CMYK Percentages of Color #dfc6de

%0
%11
%0
%13

Triadic Colors of #dfc6de

#dfc6de #dedfc6 #c6dedf

Analogous Colors of #dfc6de

#dfc6de #dfc6d2 #d4c6df

Monochromatic Colors of #dfc6de

#dfc6de

Complementary Color

#dfc6de #c6dfc7

#dfc6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc6de Color CSS Codes

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

#dfc6de Text Font Color

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

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


#dfc6de Background Color

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

This div background color is #dfc6de


#dfc6de Border Color

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

This div border color is #dfc6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc6de


Comments

No comments written yet.

Please login to write comment.