COLOR #DCAEF1

HEX: #DCAEF1
RGB: (220,174,241)

Color info

#DCAEF1 contains mainly red and blue colors. Web safe color of #DCAEF1 is #CC99FF (or #C9F).

RGB color model

#DCAEF1 color RGB value is (220,174,241).

  • red value is 220;
  • green value is 174;
  • blue value is 241.
RGB:
(220,174,241)
(86%,68%,95%)

RGB channels and saturation

R 220 of 255 = 86%
G 174 of 255 = 68%
B 241 of 255 = 95%

220
174
241

R + G + B ~ 83%. #DCAEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 174 + 241 = 635 (100%)
R 220 of 635 ~ 34.65%
G 174 of 635 ~ 27.4%
B 241 of 635 ~ 37.95%

%34.65
%27.4
%37.95

CMYK color model

#DCAEF1 color CMYK value is (9,28,0,5).

  • cyan value is 8.71%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(9,28,0,5)
C9M28Y0K5 
(9%,28%,0%,5%)
(0.09/0.28/0.00/0.05)	

CMYK percentages

%8.71
%27.8
%0
%5.49

Codes

Color #DCAEF1 in popluar color models

DCAEF1
RGB220174241
HSL281°70.53%81.37%
HSB/HSV281°27.80%94.51%
CMYK8.71%27.80%0.00%
5.49%

Color #DCAEF1 in popluar number systems.

HEXDCAEF1
Decimal220174241
Binary110111001010111011110001
Octal334256361

Shades and tints

Shades of #DCAEF1

#DCAEF1
(220,174,241)
#C89FDC
(200,159,220)
#B490C7
(180,144,199)
#A081B2
(160,129,178)
#8C729D
(140,114,157)
#786388
(120,99,136)
#645473
(100,84,115)
#50455E
(80,69,94)
#3C3649
(60,54,73)
#282734
(40,39,52)
#14181F
(20,24,31)
#000000
(0,0,0)

Tints of #DCAEF1

#DCAEF1
(220,174,241)
#DFB5F2
(223,181,242)
#E2BCF3
(226,188,243)
#E5C3F4
(229,195,244)
#E8CAF5
(232,202,245)
#EBD1F6
(235,209,246)
#EED8F7
(238,216,247)
#F1DFF8
(241,223,248)
#F4E6F9
(244,230,249)
#F7EDFA
(247,237,250)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAEF1 color. Also use rgb(220,174,241) instead hex code.

Text Font Color

.myTextColor { color: #DCAEF1; }

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

This text font color is #DCAEF1.


Background Color

.myBgColor { background-color: #DCAEF1; }

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

This div background color is #DCAEF1.


Border color

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

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

This div border color is #DCAEF1.


Opacity

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

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

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

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

This text has shadow with #DCAEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DCAEF1 on black background.


Color preview on white background

This text has color #DCAEF1 on white background.



Black color preview on #DCAEF1 background

This text has black color on #DCAEF1 background.


White color preview on #DCAEF1 background

This text has white color on #DCAEF1 background.