COLOR #DCAFEA

HEX: #DCAFEA RGB: (220,175,234)

Color info

#DCAFEA contains red, green and blue colors in about the same proportion. Web safe color of #DCAFEA is #CC99FF (or #C9F).

RGB color model

#DCAFEA color RGB value is (220,175,234).

RGB: (220,175,234) (86%, 69%, 92%)

RGB channels and saturation

R 220 of 255 = 86%
G 175 of 255 = 69%
B 234 of 255 = 92%

220
175
234

R + G + B ~ 82%. #DCAFEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 175 + 234 = 629 (100%)
R 220 of 629 ~ 34.98%
G 175 of 629 ~ 27.82%
B 234 of 629 ~ 37.2'%

%34.98
%27.82
%37.2

CMYK color model

#DCAFEA color CMYK value is (6,25,0,8).

  • cyan value is 5.98%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,25,0,8)
C6M25Y0K8 (6%, 25%, 0%, 8%)
(0.06 / 0.25 / 0.00 / 0.08)

CMYK percentages

%5.98
%25.21
%0
%8.24

Codes

Color #DCAFEA in popluar color models

DC AF EA
RGB 220 175 234
HSL 286° 58.42% 80.20%
HSB/HSV 286° 25.21% 91.76%
CMYK 5.98% 25.21% 0.00%
8.24%

Color #DCAFEA in popluar number systems.

HEX DC AF EA
Decimal 220 175 234
Binary 11011100 10101111 11101010
Octal 334 257 352

Shades and tints

Shades of #DCAFEA

#DCAFEA
(220,175,234)
#C8A0D5
(200,160,213)
#B491C0
(180,145,192)
#A082AB
(160,130,171)
#8C7396
(140,115,150)
#786481
(120,100,129)
#64556C
(100,85,108)
#504657
(80,70,87)
#3C3742
(60,55,66)
#28282D
(40,40,45)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #DCAFEA

#DCAFEA
(220,175,234)
#DFB6EB
(223,182,235)
#E2BDEC
(226,189,236)
#E5C4ED
(229,196,237)
#E8CBEE
(232,203,238)
#EBD2EF
(235,210,239)
#EED9F0
(238,217,240)
#F1E0F1
(241,224,241)
#F4E7F2
(244,231,242)
#F7EEF3
(247,238,243)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCAFEA color. Also use rgb(220,175,234) instead hex code.

Text Font Color

.myTextColor { color: #DCAFEA; }

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

This text font color is #DCAFEA.

Background Color

.myBgColor { background-color: #DCAFEA; }

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

This div background color is #DCAFEA.

Border color

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

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

This div border color is #DCAFEA.

Opacity

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

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

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

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

This text has shadow with #DCAFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCAFEA.

Preview

Color preview on black background

This text has color #DCAFEA on black background.


Color preview on white background

This text has color #DCAFEA on white background.


Black color preview on #DCAFEA background

This text has black color on #DCAFEA background.


White color preview on #DCAFEA background

This text has white color on #DCAFEA background.


Related colors

Complementary color

Complementary color for #hex is #235015.


I love getcolorcode.com

Triadic colors

1 #EADCAF and #AFEADC with #DCAFEA are triadic colors.

2 #EAAFDC and #AFDCEA with #DCAFEA are triadic colors.