COLOR #DED1F7

HEX: #DED1F7 RGB: (222,209,247)

Color info

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

RGB color model

#DED1F7 color RGB value is (222,209,247).

RGB: (222,209,247) (87%, 82%, 97%)

RGB channels and saturation

R 222 of 255 = 87%
G 209 of 255 = 82%
B 247 of 255 = 97%

222
209
247

R + G + B ~ 89%. #DED1F7 is light color.

Portions of RGB colors in percentages

R + G + B = 222 + 209 + 247 = 678 (100%)
R 222 of 678 ~ 32.74%
G 209 of 678 ~ 30.83%
B 247 of 678 ~ 36.43'%

%32.74
%30.83
%36.43

CMYK color model

#DED1F7 color CMYK value is (10,15,0,3).

  • cyan value is 10.12%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (10,15,0,3)
C10M15Y0K3 (10%, 15%, 0%, 3%)
(0.10 / 0.15 / 0.00 / 0.03)

CMYK percentages

%10.12
%15.38
%0
%3.14

Codes

Color #DED1F7 in popluar color models

DE D1 F7
RGB 222 209 247
HSL 261° 70.37% 89.41%
HSB/HSV 261° 15.38% 96.86%
CMYK 10.12% 15.38% 0.00%
3.14%

Color #DED1F7 in popluar number systems.

HEX DE D1 F7
Decimal 222 209 247
Binary 11011110 11010001 11110111
Octal 336 321 367

Shades and tints

Shades of #DED1F7

#DED1F7
(222,209,247)
#CABEE1
(202,190,225)
#B6ABCB
(182,171,203)
#A298B5
(162,152,181)
#8E859F
(142,133,159)
#7A7289
(122,114,137)
#665F73
(102,95,115)
#524C5D
(82,76,93)
#3E3947
(62,57,71)
#2A2631
(42,38,49)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #DED1F7

#DED1F7
(222,209,247)
#E1D5F7
(225,213,247)
#E4D9F7
(228,217,247)
#E7DDF7
(231,221,247)
#EAE1F7
(234,225,247)
#EDE5F7
(237,229,247)
#F0E9F7
(240,233,247)
#F3EDF7
(243,237,247)
#F6F1F7
(246,241,247)
#F9F5F7
(249,245,247)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED1F7; }

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

This text font color is #DED1F7.

Background Color

.myBgColor { background-color: #DED1F7; }

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

This div background color is #DED1F7.

Border color

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

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

This div border color is #DED1F7.

Opacity

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

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

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

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

This text has shadow with #DED1F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED1F7.

Preview

Color preview on black background

This text has color #DED1F7 on black background.


Color preview on white background

This text has color #DED1F7 on white background.


Black color preview on #DED1F7 background

This text has black color on #DED1F7 background.


White color preview on #DED1F7 background

This text has white color on #DED1F7 background.


Related colors

Complementary color

Complementary color for #hex is #212E08.


I love getcolorcode.com

Triadic colors

1 #F7DED1 and #D1F7DE with #DED1F7 are triadic colors.

2 #F7D1DE and #D1DEF7 with #DED1F7 are triadic colors.