Color Hex Logo

#dfc6da Color Hex

#DFC6DA
(223,198,218)
0 Favorites   0 Comments

Color spaces of #dfc6da

RGB 223198218
HSL0.870.280.83
HSV312°11°87°
CMYK 0.000.110.02   0.13
XYZ63.280461.138174.7953
Yxy61.13810.31770.3069
Hunter Lab78.19097.6273-1.9816
CIE-Lab82.452912.2305-6.7224

#dfc6da color RGB value is (223,198,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000110 11011010
Octal 337 306 332
Decimal 223 198 218
Hex DF C6 DA

RGB Percentages of Color #dfc6da

%34.90
%30.99
%34.12

CMYK Percentages of Color #dfc6da

%0
%11
%2
%13

Triadic Colors of #dfc6da

#dfc6da #dadfc6 #c6dadf

Analogous Colors of #dfc6da

#dfc6da #dfc6ce #d8c6df

Monochromatic Colors of #dfc6da

#dfc6da

Complementary Color

#dfc6da #c6dfcb

#dfc6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc6da Color CSS Codes

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

#dfc6da Text Font Color

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

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


#dfc6da Background Color

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

This div background color is #dfc6da


#dfc6da Border Color

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

This div border color is #dfc6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc6da


Comments

No comments written yet.

Please login to write comment.