COLOR #DEA6DF

HEX: #DEA6DF RGB: (222,166,223)

Color info

#DEA6DF contains red, green and blue colors in about the same proportion. Web safe color of #DEA6DF is #CC99CC (or #C9C).

RGB color model

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

RGB: (222,166,223) (87%, 65%, 87%)

RGB channels and saturation

R 222 of 255 = 87%
G 166 of 255 = 65%
B 223 of 255 = 87%

222
166
223

R + G + B ~ 80%. #DEA6DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 166 + 223 = 611 (100%)
R 222 of 611 ~ 36.33%
G 166 of 611 ~ 27.17%
B 223 of 611 ~ 36.5'%

%36.33
%27.17
%36.5

CMYK color model

#DEA6DF color CMYK value is (0,26,0,13).

  • cyan value is 0.45%
  • magenta value is 25.56%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (0,26,0,13)
C0M26Y0K13 (0%, 26%, 0%, 13%)
(0.00 / 0.26 / 0.00 / 0.13)

CMYK percentages

%0.45
%25.56
%0
%12.55

Codes

Color #DEA6DF in popluar color models

DE A6 DF
RGB 222 166 223
HSL 299° 47.11% 76.27%
HSB/HSV 299° 25.56% 87.45%
CMYK 0.45% 25.56% 0.00%
12.55%

Color #DEA6DF in popluar number systems.

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

Shades and tints

Shades of #DEA6DF

#DEA6DF
(222,166,223)
#CA97CB
(202,151,203)
#B688B7
(182,136,183)
#A279A3
(162,121,163)
#8E6A8F
(142,106,143)
#7A5B7B
(122,91,123)
#664C67
(102,76,103)
#523D53
(82,61,83)
#3E2E3F
(62,46,63)
#2A1F2B
(42,31,43)
#161017
(22,16,23)
#000000
(0,0,0)

Tints of #DEA6DF

#DEA6DF
(222,166,223)
#E1AEE1
(225,174,225)
#E4B6E3
(228,182,227)
#E7BEE5
(231,190,229)
#EAC6E7
(234,198,231)
#EDCEE9
(237,206,233)
#F0D6EB
(240,214,235)
#F3DEED
(243,222,237)
#F6E6EF
(246,230,239)
#F9EEF1
(249,238,241)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEA6DF color. Also use rgb(222,166,223) instead hex code.

Text Font Color

.myTextColor { color: #DEA6DF; }

<p style="color:#DEA6DF">This sample text font color is #DEA6DF.</p>

This text font color is #DEA6DF.

Background Color

.myBgColor { background-color: #DEA6DF; }

<div style="background-color:#DEA6DF">Inner text</div>

This div background color is #DEA6DF.

Border color

.myBorderColor { border: 1px solid #DEA6DF; }

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

This div border color is #DEA6DF.

Opacity

.myOpacity80 { color: #DEA6DF; opacity: 0.8; }

<p style="color:#DEA6DF;opacity:0.8;">80%</p>

Text with #DEA6DF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DEA6DF;}

<p style="text-shadow: 3px 3px 1px #DEA6DF">Text here.</p>

This text has shadow with #DEA6DF color.


.textShadow {text-shadow: 3px 3px 1px #DEA6DF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DEA6DF, 5px 5px 20px red">Text here.</p>

This text has shadow with #DEA6DF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DEA6DF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DEA6DF, Direction=45, Strength=4)">Text</p>

This text has shadow with #DEA6DF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DEA6DF;
-webkit-box-shadow: 1px 1px 3px 2px #DEA6DF;
box-shadow: 1px 1px 3px 2px #DEA6DF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DEA6DF; -webkit-box-shadow: 1px 1px 3px 2px #DEA6DF; box-shadow:1px 1px 3px 2px #DEA6DF;">
Div content here
</div>

This div box has shadow with color #DEA6DF.

Preview

Color preview on black background

This text has color #DEA6DF on black background.


Color preview on white background

This text has color #DEA6DF on white background.


Black color preview on #DEA6DF background

This text has black color on #DEA6DF background.


White color preview on #DEA6DF background

This text has white color on #DEA6DF background.


Related colors

Complementary color

Complementary color for #hex is #215920.


I love getcolorcode.com

Triadic colors

1 #DFDEA6 and #A6DFDE with #DEA6DF are triadic colors.

2 #DFA6DE and #A6DEDF with #DEA6DF are triadic colors.