COLOR #DCAFBE

HEX: #DCAFBE RGB: (220,175,190)

Color info

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

RGB color model

#DCAFBE color RGB value is (220,175,190).

RGB: (220,175,190) (86%, 69%, 75%)

RGB channels and saturation

R 220 of 255 = 86%
G 175 of 255 = 69%
B 190 of 255 = 75%

220
175
190

R + G + B ~ 77%. #DCAFBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 175 + 190 = 585 (100%)
R 220 of 585 ~ 37.61%
G 175 of 585 ~ 29.91%
B 190 of 585 ~ 32.48'%

%37.61
%29.91
%32.48

CMYK color model

#DCAFBE color CMYK value is (0,20,14,14).

  • cyan value is 0.00%
  • magenta value is 20.45%
  • yellow value is 13.64%
  • key color value is 13.73%

CMYK: (0,20,14,14)
C0M20Y14K14 (0%, 20%, 14%, 14%)
(0.00 / 0.20 / 0.14 / 0.14)

CMYK percentages

%0
%20.45
%13.64
%13.73

Codes

Color #DCAFBE in popluar color models

DC AF BE
RGB 220 175 190
HSL 340° 39.13% 77.45%
HSB/HSV 340° 20.45% 86.27%
CMYK 0.00% 20.45% 13.64%
13.73%

Color #DCAFBE in popluar number systems.

HEX DC AF BE
Decimal 220 175 190
Binary 11011100 10101111 10111110
Octal 334 257 276

Shades and tints

Shades of #DCAFBE

#DCAFBE
(220,175,190)
#C8A0AD
(200,160,173)
#B4919C
(180,145,156)
#A0828B
(160,130,139)
#8C737A
(140,115,122)
#786469
(120,100,105)
#645558
(100,85,88)
#504647
(80,70,71)
#3C3736
(60,55,54)
#282825
(40,40,37)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #DCAFBE

#DCAFBE
(220,175,190)
#DFB6C3
(223,182,195)
#E2BDC8
(226,189,200)
#E5C4CD
(229,196,205)
#E8CBD2
(232,203,210)
#EBD2D7
(235,210,215)
#EED9DC
(238,217,220)
#F1E0E1
(241,224,225)
#F4E7E6
(244,231,230)
#F7EEEB
(247,238,235)
#FAF5F0
(250,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCAFBE; }

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

This text font color is #DCAFBE.

Background Color

.myBgColor { background-color: #DCAFBE; }

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

This div background color is #DCAFBE.

Border color

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

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

This div border color is #DCAFBE.

Opacity

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

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

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

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

This text has shadow with #DCAFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCAFBE.

Preview

Color preview on black background

This text has color #DCAFBE on black background.


Color preview on white background

This text has color #DCAFBE on white background.


Black color preview on #DCAFBE background

This text has black color on #DCAFBE background.


White color preview on #DCAFBE background

This text has white color on #DCAFBE background.


Related colors

Complementary color

Complementary color for #hex is #235041.


I love getcolorcode.com

Triadic colors

1 #BEDCAF and #AFBEDC with #DCAFBE are triadic colors.

2 #BEAFDC and #AFDCBE with #DCAFBE are triadic colors.