COLOR #DFD2EB

HEX: #DFD2EB RGB: (223,210,235)

Color info

#DFD2EB contains red, green and blue colors in about the same proportion. Web safe color of #DFD2EB is #CCCCFF (or #CCF).

RGB color model

#DFD2EB color RGB value is (223,210,235).

RGB: (223,210,235) (87%, 82%, 92%)

RGB channels and saturation

R 223 of 255 = 87%
G 210 of 255 = 82%
B 235 of 255 = 92%

223
210
235

R + G + B ~ 87%. #DFD2EB is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 210 + 235 = 668 (100%)
R 223 of 668 ~ 33.38%
G 210 of 668 ~ 31.44%
B 235 of 668 ~ 35.18'%

%33.38
%31.44
%35.18

CMYK color model

#DFD2EB color CMYK value is (5,11,0,8).

  • cyan value is 5.11%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (5,11,0,8)
C5M11Y0K8 (5%, 11%, 0%, 8%)
(0.05 / 0.11 / 0.00 / 0.08)

CMYK percentages

%5.11
%10.64
%0
%7.84

Codes

Color #DFD2EB in popluar color models

DF D2 EB
RGB 223 210 235
HSL 271° 38.46% 87.25%
HSB/HSV 271° 10.64% 92.16%
CMYK 5.11% 10.64% 0.00%
7.84%

Color #DFD2EB in popluar number systems.

HEX DF D2 EB
Decimal 223 210 235
Binary 11011111 11010010 11101011
Octal 337 322 353

Shades and tints

Shades of #DFD2EB

#DFD2EB
(223,210,235)
#CBBFD6
(203,191,214)
#B7ACC1
(183,172,193)
#A399AC
(163,153,172)
#8F8697
(143,134,151)
#7B7382
(123,115,130)
#67606D
(103,96,109)
#534D58
(83,77,88)
#3F3A43
(63,58,67)
#2B272E
(43,39,46)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #DFD2EB

#DFD2EB
(223,210,235)
#E1D6EC
(225,214,236)
#E3DAED
(227,218,237)
#E5DEEE
(229,222,238)
#E7E2EF
(231,226,239)
#E9E6F0
(233,230,240)
#EBEAF1
(235,234,241)
#EDEEF2
(237,238,242)
#EFF2F3
(239,242,243)
#F1F6F4
(241,246,244)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFD2EB color. Also use rgb(223,210,235) instead hex code.

Text Font Color

.myTextColor { color: #DFD2EB; }

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

This text font color is #DFD2EB.

Background Color

.myBgColor { background-color: #DFD2EB; }

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

This div background color is #DFD2EB.

Border color

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

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

This div border color is #DFD2EB.

Opacity

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

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

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

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

This text has shadow with #DFD2EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFD2EB.

Preview

Color preview on black background

This text has color #DFD2EB on black background.


Color preview on white background

This text has color #DFD2EB on white background.


Black color preview on #DFD2EB background

This text has black color on #DFD2EB background.


White color preview on #DFD2EB background

This text has white color on #DFD2EB background.


Related colors

Complementary color

Complementary color for #hex is #202D14.


I love getcolorcode.com

Triadic colors

1 #EBDFD2 and #D2EBDF with #DFD2EB are triadic colors.

2 #EBD2DF and #D2DFEB with #DFD2EB are triadic colors.