Color Hex Logo

#dfc9dc Color Hex

#DFC9DC
(223,201,220)
0 Favorites   0 Comments

Color spaces of #dfc9dc

RGB 223201220
HSL0.860.260.83
HSV308°10°87°
CMYK 0.000.100.01   0.13
XYZ64.236362.628676.4130
Yxy62.62860.31600.3081
Hunter Lab79.13826.3961-1.8515
CIE-Lab83.246610.9969-6.6172

#dfc9dc color RGB value is (223,201,220).

#dfc9dc hex color red value is 223, green value is 201 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #dfc9dc hue: 0.86 , saturation: 0.26 and the lightness value of dfc9dc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 11011100
Octal 337 311 334
Decimal 223 201 220
Hex DF C9 DC

RGB Percentages of Color #dfc9dc

%34.63
%31.21
%34.16

CMYK Percentages of Color #dfc9dc

%0
%10
%1
%13

Triadic Colors of #dfc9dc

#dfc9dc #dcdfc9 #c9dcdf

Analogous Colors of #dfc9dc

#dfc9dc #dfc9d1 #d7c9df

Monochromatic Colors of #dfc9dc

#dfc9dc

Complementary Color

#dfc9dc #c9dfcc

#dfc9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc9dc Color CSS Codes

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

#dfc9dc Text Font Color

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

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


#dfc9dc Background Color

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

This div background color is #dfc9dc


#dfc9dc Border Color

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

This div border color is #dfc9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc9dc


Comments

No comments written yet.

Please login to write comment.