COLOR #DCAFF1

HEX: #DCAFF1
RGB: (220,175,241)

Color info

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

RGB color model

#DCAFF1 color RGB value is (220,175,241).

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

RGB channels and saturation

R 220 of 255 = 86%
G 175 of 255 = 69%
B 241 of 255 = 95%

220
175
241

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

Portions of RGB colors in percentages

R + G + B =
220 + 175 + 241 = 636 (100%)
R 220 of 636 ~ 34.59%
G 175 of 636 ~ 27.52%
B 241 of 636 ~ 37.89%

%34.59
%27.52
%37.89

CMYK color model

#DCAFF1 color CMYK value is (9,27,0,5).

  • cyan value is 8.71%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (9,27,0,5) C9M27Y0K5 (9%,27%,0%,5%) (0.09/0.27/0.00/0.05)

CMYK percentages

%8.71
%27.39
%0
%5.49

Codes

Color #DCAFF1 in popluar color models

DCAFF1
RGB220175241
HSL281°70.21%81.57%
HSB/HSV281°27.39%94.51%
CMYK8.71%27.39%0.00%
5.49%

Color #DCAFF1 in popluar number systems.

HEXDCAFF1
Decimal220175241
Binary110111001010111111110001
Octal334257361

Shades and tints

Shades of #DCAFF1

#DCAFF1
(220,175,241)
#C8A0DC
(200,160,220)
#B491C7
(180,145,199)
#A082B2
(160,130,178)
#8C739D
(140,115,157)
#786488
(120,100,136)
#645573
(100,85,115)
#50465E
(80,70,94)
#3C3749
(60,55,73)
#282834
(40,40,52)
#14191F
(20,25,31)
#000000
(0,0,0)

Tints of #DCAFF1

#DCAFF1
(220,175,241)
#DFB6F2
(223,182,242)
#E2BDF3
(226,189,243)
#E5C4F4
(229,196,244)
#E8CBF5
(232,203,245)
#EBD2F6
(235,210,246)
#EED9F7
(238,217,247)
#F1E0F8
(241,224,248)
#F4E7F9
(244,231,249)
#F7EEFA
(247,238,250)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAFF1; }

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

This text font color is #DCAFF1.


Background Color

.myBgColor { background-color: #DCAFF1; }

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

This div background color is #DCAFF1.


Border color

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

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

This div border color is #DCAFF1.


Opacity

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

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

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

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

This text has shadow with #DCAFF1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #DCAFF1 on black background.


Color preview on white background

This text has color #DCAFF1 on white background.



Black color preview on #DCAFF1 background

This text has black color on #DCAFF1 background.


White color preview on #DCAFF1 background

This text has white color on #DCAFF1 background.