COLOR #DEDAF1

HEX: #DEDAF1 RGB: (222,218,241)

Color info

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

RGB color model

#DEDAF1 color RGB value is (222,218,241).

RGB: (222,218,241) (87%, 85%, 95%)

RGB channels and saturation

R 222 of 255 = 87%
G 218 of 255 = 85%
B 241 of 255 = 95%

222
218
241

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

Portions of RGB colors in percentages

R + G + B = 222 + 218 + 241 = 681 (100%)
R 222 of 681 ~ 32.6%
G 218 of 681 ~ 32.01%
B 241 of 681 ~ 35.39'%

%32.6
%32.01
%35.39

CMYK color model

#DEDAF1 color CMYK value is (8,10,0,5).

  • cyan value is 7.88%
  • magenta value is 9.54%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (8,10,0,5)
C8M10Y0K5 (8%, 10%, 0%, 5%)
(0.08 / 0.10 / 0.00 / 0.05)

CMYK percentages

%7.88
%9.54
%0
%5.49

Codes

Color #DEDAF1 in popluar color models

DE DA F1
RGB 222 218 241
HSL 250° 45.10% 90.00%
HSB/HSV 250° 9.54% 94.51%
CMYK 7.88% 9.54% 0.00%
5.49%

Color #DEDAF1 in popluar number systems.

HEX DE DA F1
Decimal 222 218 241
Binary 11011110 11011010 11110001
Octal 336 332 361

Shades and tints

Shades of #DEDAF1

#DEDAF1
(222,218,241)
#CAC7DC
(202,199,220)
#B6B4C7
(182,180,199)
#A2A1B2
(162,161,178)
#8E8E9D
(142,142,157)
#7A7B88
(122,123,136)
#666873
(102,104,115)
#52555E
(82,85,94)
#3E4249
(62,66,73)
#2A2F34
(42,47,52)
#161C1F
(22,28,31)
#000000
(0,0,0)

Tints of #DEDAF1

#DEDAF1
(222,218,241)
#E1DDF2
(225,221,242)
#E4E0F3
(228,224,243)
#E7E3F4
(231,227,244)
#EAE6F5
(234,230,245)
#EDE9F6
(237,233,246)
#F0ECF7
(240,236,247)
#F3EFF8
(243,239,248)
#F6F2F9
(246,242,249)
#F9F5FA
(249,245,250)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEDAF1 color. Also use rgb(222,218,241) instead hex code.

Text Font Color

.myTextColor { color: #DEDAF1; }

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

This text font color is #DEDAF1.

Background Color

.myBgColor { background-color: #DEDAF1; }

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

This div background color is #DEDAF1.

Border color

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

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

This div border color is #DEDAF1.

Opacity

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

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

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

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

This text has shadow with #DEDAF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEDAF1.

Preview

Color preview on black background

This text has color #DEDAF1 on black background.


Color preview on white background

This text has color #DEDAF1 on white background.


Black color preview on #DEDAF1 background

This text has black color on #DEDAF1 background.


White color preview on #DEDAF1 background

This text has white color on #DEDAF1 background.


Related colors

Complementary color

Complementary color for #hex is #21250E.


I love getcolorcode.com

Triadic colors

1 #F1DEDA and #DAF1DE with #DEDAF1 are triadic colors.

2 #F1DADE and #DADEF1 with #DEDAF1 are triadic colors.