COLOR #DED4EF

HEX: #DED4EF RGB: (222,212,239)

Color info

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

RGB color model

#DED4EF color RGB value is (222,212,239).

RGB: (222,212,239) (87%, 83%, 94%)

RGB channels and saturation

R 222 of 255 = 87%
G 212 of 255 = 83%
B 239 of 255 = 94%

222
212
239

R + G + B ~ 88%. #DED4EF is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 212 + 239 = 673 (100%)
R 222 of 673 ~ 32.99%
G 212 of 673 ~ 31.5%
B 239 of 673 ~ 35.51'%

%32.99
%31.5
%35.51

CMYK color model

#DED4EF color CMYK value is (7,11,0,6).

  • cyan value is 7.11%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (7,11,0,6)
C7M11Y0K6 (7%, 11%, 0%, 6%)
(0.07 / 0.11 / 0.00 / 0.06)

CMYK percentages

%7.11
%11.3
%0
%6.27

Codes

Color #DED4EF in popluar color models

DE D4 EF
RGB 222 212 239
HSL 262° 45.76% 88.43%
HSB/HSV 262° 11.30% 93.73%
CMYK 7.11% 11.30% 0.00%
6.27%

Color #DED4EF in popluar number systems.

HEX DE D4 EF
Decimal 222 212 239
Binary 11011110 11010100 11101111
Octal 336 324 357

Shades and tints

Shades of #DED4EF

#DED4EF
(222,212,239)
#CAC1DA
(202,193,218)
#B6AEC5
(182,174,197)
#A29BB0
(162,155,176)
#8E889B
(142,136,155)
#7A7586
(122,117,134)
#666271
(102,98,113)
#524F5C
(82,79,92)
#3E3C47
(62,60,71)
#2A2932
(42,41,50)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #DED4EF

#DED4EF
(222,212,239)
#E1D7F0
(225,215,240)
#E4DAF1
(228,218,241)
#E7DDF2
(231,221,242)
#EAE0F3
(234,224,243)
#EDE3F4
(237,227,244)
#F0E6F5
(240,230,245)
#F3E9F6
(243,233,246)
#F6ECF7
(246,236,247)
#F9EFF8
(249,239,248)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED4EF color. Also use rgb(222,212,239) instead hex code.

Text Font Color

.myTextColor { color: #DED4EF; }

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

This text font color is #DED4EF.

Background Color

.myBgColor { background-color: #DED4EF; }

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

This div background color is #DED4EF.

Border color

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

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

This div border color is #DED4EF.

Opacity

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

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

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

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

This text has shadow with #DED4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED4EF.

Preview

Color preview on black background

This text has color #DED4EF on black background.


Color preview on white background

This text has color #DED4EF on white background.


Black color preview on #DED4EF background

This text has black color on #DED4EF background.


White color preview on #DED4EF background

This text has white color on #DED4EF background.


Related colors

Complementary color

Complementary color for #hex is #212B10.


I love getcolorcode.com

Triadic colors

1 #EFDED4 and #D4EFDE with #DED4EF are triadic colors.

2 #EFD4DE and #D4DEEF with #DED4EF are triadic colors.