Color Hex Logo

#dfc7de Color Hex

#DFC7DE
(223,199,222)
1 Favorites   0 Comments

Color spaces of #dfc7de

RGB 223199222
HSL0.840.270.83
HSV303°11°87°
CMYK 0.000.110.00   0.13
XYZ64.039761.808777.6623
Yxy61.80870.31470.3037
Hunter Lab78.61857.8170-3.5359
CIE-Lab82.811612.4238-8.3306

#dfc7de color RGB value is (223,199,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 11011110
Octal 337 307 336
Decimal 223 199 222
Hex DF C7 DE

RGB Percentages of Color #dfc7de

%34.63
%30.90
%34.47

CMYK Percentages of Color #dfc7de

%0
%11
%0
%13

Triadic Colors of #dfc7de

#dfc7de #dedfc7 #c7dedf

Analogous Colors of #dfc7de

#dfc7de #dfc7d2 #d4c7df

Monochromatic Colors of #dfc7de

#dfc7de

Complementary Color

#dfc7de #c7dfc8

#dfc7de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7de Color CSS Codes

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

#dfc7de Text Font Color

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

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


#dfc7de Background Color

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

This div background color is #dfc7de


#dfc7de Border Color

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

This div border color is #dfc7de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7de


Comments

No comments written yet.

Please login to write comment.