COLOR #DED1F6

HEX: #DED1F6 RGB: (222,209,246)

Color info

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

RGB color model

#DED1F6 color RGB value is (222,209,246).

RGB: (222,209,246) (87%, 82%, 96%)

RGB channels and saturation

R 222 of 255 = 87%
G 209 of 255 = 82%
B 246 of 255 = 96%

222
209
246

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

Portions of RGB colors in percentages

R + G + B = 222 + 209 + 246 = 677 (100%)
R 222 of 677 ~ 32.79%
G 209 of 677 ~ 30.87%
B 246 of 677 ~ 36.34'%

%32.79
%30.87
%36.34

CMYK color model

#DED1F6 color CMYK value is (10,15,0,4).

  • cyan value is 9.76%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (10,15,0,4)
C10M15Y0K4 (10%, 15%, 0%, 4%)
(0.10 / 0.15 / 0.00 / 0.04)

CMYK percentages

%9.76
%15.04
%0
%3.53

Codes

Color #DED1F6 in popluar color models

DE D1 F6
RGB 222 209 246
HSL 261° 67.27% 89.22%
HSB/HSV 261° 15.04% 96.47%
CMYK 9.76% 15.04% 0.00%
3.53%

Color #DED1F6 in popluar number systems.

HEX DE D1 F6
Decimal 222 209 246
Binary 11011110 11010001 11110110
Octal 336 321 366

Shades and tints

Shades of #DED1F6

#DED1F6
(222,209,246)
#CABEE0
(202,190,224)
#B6ABCA
(182,171,202)
#A298B4
(162,152,180)
#8E859E
(142,133,158)
#7A7288
(122,114,136)
#665F72
(102,95,114)
#524C5C
(82,76,92)
#3E3946
(62,57,70)
#2A2630
(42,38,48)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #DED1F6

#DED1F6
(222,209,246)
#E1D5F6
(225,213,246)
#E4D9F6
(228,217,246)
#E7DDF6
(231,221,246)
#EAE1F6
(234,225,246)
#EDE5F6
(237,229,246)
#F0E9F6
(240,233,246)
#F3EDF6
(243,237,246)
#F6F1F6
(246,241,246)
#F9F5F6
(249,245,246)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED1F6 color. Also use rgb(222,209,246) instead hex code.

Text Font Color

.myTextColor { color: #DED1F6; }

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

This text font color is #DED1F6.

Background Color

.myBgColor { background-color: #DED1F6; }

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

This div background color is #DED1F6.

Border color

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

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

This div border color is #DED1F6.

Opacity

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

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

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

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

This text has shadow with #DED1F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED1F6.

Preview

Color preview on black background

This text has color #DED1F6 on black background.


Color preview on white background

This text has color #DED1F6 on white background.


Black color preview on #DED1F6 background

This text has black color on #DED1F6 background.


White color preview on #DED1F6 background

This text has white color on #DED1F6 background.


Related colors

Complementary color

Complementary color for #hex is #212E09.


I love getcolorcode.com

Triadic colors

1 #F6DED1 and #D1F6DE with #DED1F6 are triadic colors.

2 #F6D1DE and #D1DEF6 with #DED1F6 are triadic colors.