COLOR #DCAFE4

HEX: #DCAFE4 RGB: (220,175,228)

Color info

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

RGB color model

#DCAFE4 color RGB value is (220,175,228).

RGB: (220,175,228) (86%, 69%, 89%)

RGB channels and saturation

R 220 of 255 = 86%
G 175 of 255 = 69%
B 228 of 255 = 89%

220
175
228

R + G + B ~ 81%. #DCAFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 175 + 228 = 623 (100%)
R 220 of 623 ~ 35.31%
G 175 of 623 ~ 28.09%
B 228 of 623 ~ 36.6'%

%35.31
%28.09
%36.6

CMYK color model

#DCAFE4 color CMYK value is (4,23,0,11).

  • cyan value is 3.51%
  • magenta value is 23.25%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (4,23,0,11)
C4M23Y0K11 (4%, 23%, 0%, 11%)
(0.04 / 0.23 / 0.00 / 0.11)

CMYK percentages

%3.51
%23.25
%0
%10.59

Codes

Color #DCAFE4 in popluar color models

DC AF E4
RGB 220 175 228
HSL 291° 49.53% 79.02%
HSB/HSV 291° 23.25% 89.41%
CMYK 3.51% 23.25% 0.00%
10.59%

Color #DCAFE4 in popluar number systems.

HEX DC AF E4
Decimal 220 175 228
Binary 11011100 10101111 11100100
Octal 334 257 344

Shades and tints

Shades of #DCAFE4

#DCAFE4
(220,175,228)
#C8A0D0
(200,160,208)
#B491BC
(180,145,188)
#A082A8
(160,130,168)
#8C7394
(140,115,148)
#786480
(120,100,128)
#64556C
(100,85,108)
#504658
(80,70,88)
#3C3744
(60,55,68)
#282830
(40,40,48)
#14191C
(20,25,28)
#000000
(0,0,0)

Tints of #DCAFE4

#DCAFE4
(220,175,228)
#DFB6E6
(223,182,230)
#E2BDE8
(226,189,232)
#E5C4EA
(229,196,234)
#E8CBEC
(232,203,236)
#EBD2EE
(235,210,238)
#EED9F0
(238,217,240)
#F1E0F2
(241,224,242)
#F4E7F4
(244,231,244)
#F7EEF6
(247,238,246)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAFE4; }

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

This text font color is #DCAFE4.

Background Color

.myBgColor { background-color: #DCAFE4; }

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

This div background color is #DCAFE4.

Border color

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

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

This div border color is #DCAFE4.

Opacity

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

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

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

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

This text has shadow with #DCAFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCAFE4.

Preview

Color preview on black background

This text has color #DCAFE4 on black background.


Color preview on white background

This text has color #DCAFE4 on white background.


Black color preview on #DCAFE4 background

This text has black color on #DCAFE4 background.


White color preview on #DCAFE4 background

This text has white color on #DCAFE4 background.


Related colors

Complementary color

Complementary color for #hex is #23501B.


I love getcolorcode.com

Triadic colors

1 #E4DCAF and #AFE4DC with #DCAFE4 are triadic colors.

2 #E4AFDC and #AFDCE4 with #DCAFE4 are triadic colors.