COLOR #DFAFDB

HEX: #DFAFDB
RGB: (223,175,219)

Color info

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

RGB color model

#DFAFDB color RGB value is (223,175,219).

  • red value is 223;
  • green value is 175;
  • blue value is 219.
RGB:
(223,175,219)
(87%,69%,86%)

RGB channels and saturation

R 223 of 255 = 87%
G 175 of 255 = 69%
B 219 of 255 = 86%

223
175
219

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

Portions of RGB colors in percentages

R + G + B =
223 + 175 + 219 = 617 (100%)
R 223 of 617 ~ 36.14%
G 175 of 617 ~ 28.36%
B 219 of 617 ~ 35.49%

%36.14
%28.36
%35.49

CMYK color model

#DFAFDB color CMYK value is (0,22,2,13).

  • cyan value is 0.00%
  • magenta value is 21.52%
  • yellow value is 1.79%
  • key color value is 12.55%
CMYK:
(0,22,2,13)
C0M22Y2K13 
(0%,22%,2%,13%)
(0.00/0.22/0.02/0.13)	

CMYK percentages

%0
%21.52
%1.79
%12.55

Codes

Color #DFAFDB in popluar color models

DFAFDB
RGB223175219
HSL305°42.86%78.04%
HSB/HSV305°21.52%87.45%
CMYK0.00%21.52%1.79%
12.55%

Color #DFAFDB in popluar number systems.

HEXDFAFDB
Decimal223175219
Binary110111111010111111011011
Octal337257333

Shades and tints

Shades of #DFAFDB

#DFAFDB
(223,175,219)
#CBA0C8
(203,160,200)
#B791B5
(183,145,181)
#A382A2
(163,130,162)
#8F738F
(143,115,143)
#7B647C
(123,100,124)
#675569
(103,85,105)
#534656
(83,70,86)
#3F3743
(63,55,67)
#2B2830
(43,40,48)
#17191D
(23,25,29)
#000000
(0,0,0)

Tints of #DFAFDB

#DFAFDB
(223,175,219)
#E1B6DE
(225,182,222)
#E3BDE1
(227,189,225)
#E5C4E4
(229,196,228)
#E7CBE7
(231,203,231)
#E9D2EA
(233,210,234)
#EBD9ED
(235,217,237)
#EDE0F0
(237,224,240)
#EFE7F3
(239,231,243)
#F1EEF6
(241,238,246)
#F3F5F9
(243,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFAFDB color. Also use rgb(223,175,219) instead hex code.

Text Font Color

.myTextColor { color: #DFAFDB; }

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

This text font color is #DFAFDB.


Background Color

.myBgColor { background-color: #DFAFDB; }

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

This div background color is #DFAFDB.


Border color

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

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

This div border color is #DFAFDB.


Opacity

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

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

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

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

This text has shadow with #DFAFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFAFDB on black background.


Color preview on white background

This text has color #DFAFDB on white background.



Black color preview on #DFAFDB background

This text has black color on #DFAFDB background.


White color preview on #DFAFDB background

This text has white color on #DFAFDB background.