color codes Logo

#dfa6de color codes

#DFA6DE
(223,166,222)
0 Favorites   0 Comments

Color spaces of #dfa6de

RGB 223166222
HSL0.840.470.76
HSV301°26°87°
CMYK 0.000.260.00   0.13
XYZ57.252548.234375.3999
Yxy48.23430.31650.2667
Hunter Lab69.450925.6090-15.7530
CIE-Lab74.972530.1458-20.0940

#dfa6de color RGB value is (223,166,222).

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

The process color (four color CMYK) of #dfa6de color code is 0.00, 0.26, 0.00, 0.13. Web safe color of #dfa6de is #cc99cc. Color #dfa6de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 11011110
Octal 337 246 336
Decimal 223 166 222
Hex DF A6 DE

RGB Percentages of Color #dfa6de

%36.50
%27.17
%36.33

CMYK Percentages of Color #dfa6de

%0
%26
%0
%13

Triadic Colors of #dfa6de

#dfa6de #dedfa6 #a6dedf

Analogous Colors of #dfa6de

#dfa6de #dfa6c2 #c4a6df

Monochromatic Colors of #dfa6de

#dfa6de

Complementary Color

#dfa6de #a6dfa7

#dfa6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa6de Color CSS Codes

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

#dfa6de Text Font Color

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

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


#dfa6de Background Color

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

This div background color is #dfa6de


#dfa6de Border Color

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

This div border color is #dfa6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa6de


Comments

No comments written yet.

Please login to write comment.