COLOR #D2AEDF

HEX: #D2AEDF RGB: (210,174,223)

Color info

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

RGB color model

#D2AEDF color RGB value is (210,174,223).

RGB: (210,174,223) (82%, 68%, 87%)

RGB channels and saturation

R 210 of 255 = 82%
G 174 of 255 = 68%
B 223 of 255 = 87%

210
174
223

R + G + B ~ 79%. #D2AEDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 174 + 223 = 607 (100%)
R 210 of 607 ~ 34.6%
G 174 of 607 ~ 28.67%
B 223 of 607 ~ 36.74'%

%34.6
%28.67
%36.74

CMYK color model

#D2AEDF color CMYK value is (6,22,0,13).

  • cyan value is 5.83%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (6,22,0,13)
C6M22Y0K13 (6%, 22%, 0%, 13%)
(0.06 / 0.22 / 0.00 / 0.13)

CMYK percentages

%5.83
%21.97
%0
%12.55

Codes

Color #D2AEDF in popluar color models

D2 AE DF
RGB 210 174 223
HSL 284° 43.36% 77.84%
HSB/HSV 284° 21.97% 87.45%
CMYK 5.83% 21.97% 0.00%
12.55%

Color #D2AEDF in popluar number systems.

HEX D2 AE DF
Decimal 210 174 223
Binary 11010010 10101110 11011111
Octal 322 256 337

Shades and tints

Shades of #D2AEDF

#D2AEDF
(210,174,223)
#BF9FCB
(191,159,203)
#AC90B7
(172,144,183)
#9981A3
(153,129,163)
#86728F
(134,114,143)
#73637B
(115,99,123)
#605467
(96,84,103)
#4D4553
(77,69,83)
#3A363F
(58,54,63)
#27272B
(39,39,43)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #D2AEDF

#D2AEDF
(210,174,223)
#D6B5E1
(214,181,225)
#DABCE3
(218,188,227)
#DEC3E5
(222,195,229)
#E2CAE7
(226,202,231)
#E6D1E9
(230,209,233)
#EAD8EB
(234,216,235)
#EEDFED
(238,223,237)
#F2E6EF
(242,230,239)
#F6EDF1
(246,237,241)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AEDF color. Also use rgb(210,174,223) instead hex code.

Text Font Color

.myTextColor { color: #D2AEDF; }

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

This text font color is #D2AEDF.

Background Color

.myBgColor { background-color: #D2AEDF; }

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

This div background color is #D2AEDF.

Border color

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

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

This div border color is #D2AEDF.

Opacity

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

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

Text with #D2AEDF 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 #D2AEDF;}

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

This text has shadow with #D2AEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AEDF.

Preview

Color preview on black background

This text has color #D2AEDF on black background.


Color preview on white background

This text has color #D2AEDF on white background.


Black color preview on #D2AEDF background

This text has black color on #D2AEDF background.


White color preview on #D2AEDF background

This text has white color on #D2AEDF background.


Related colors

Complementary color

Complementary color for #hex is #2D5120.


I love getcolorcode.com

Triadic colors

1 #DFD2AE and #AEDFD2 with #D2AEDF are triadic colors.

2 #DFAED2 and #AED2DF with #D2AEDF are triadic colors.