COLOR #DEDAF9

HEX: #DEDAF9
RGB: (222,218,249)

Color info

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

RGB color model

#DEDAF9 color RGB value is (222,218,249).

  • red value is 222;
  • green value is 218;
  • blue value is 249.
RGB:
(222,218,249)
(87%,85%,98%)

RGB channels and saturation

R 222 of 255 = 87%
G 218 of 255 = 85%
B 249 of 255 = 98%

222
218
249

R + G + B ~ 90%. #DEDAF9 is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 218 + 249 = 689 (100%)
R 222 of 689 ~ 32.22%
G 218 of 689 ~ 31.64%
B 249 of 689 ~ 36.14%

%32.22
%31.64
%36.14

CMYK color model

#DEDAF9 color CMYK value is (11,12,0,2).

  • cyan value is 10.84%
  • magenta value is 12.45%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(11,12,0,2)
C11M12Y0K2 
(11%,12%,0%,2%)
(0.11/0.12/0.00/0.02)	

CMYK percentages

%10.84
%12.45
%0
%2.35

Codes

Color #DEDAF9 in popluar color models

DEDAF9
RGB222218249
HSL248°72.09%91.57%
HSB/HSV248°12.45%97.65%
CMYK10.84%12.45%0.00%
2.35%

Color #DEDAF9 in popluar number systems.

HEXDEDAF9
Decimal222218249
Binary110111101101101011111001
Octal336332371

Shades and tints

Shades of #DEDAF9

#DEDAF9
(222,218,249)
#CAC7E3
(202,199,227)
#B6B4CD
(182,180,205)
#A2A1B7
(162,161,183)
#8E8EA1
(142,142,161)
#7A7B8B
(122,123,139)
#666875
(102,104,117)
#52555F
(82,85,95)
#3E4249
(62,66,73)
#2A2F33
(42,47,51)
#161C1D
(22,28,29)
#000000
(0,0,0)

Tints of #DEDAF9

#DEDAF9
(222,218,249)
#E1DDF9
(225,221,249)
#E4E0F9
(228,224,249)
#E7E3F9
(231,227,249)
#EAE6F9
(234,230,249)
#EDE9F9
(237,233,249)
#F0ECF9
(240,236,249)
#F3EFF9
(243,239,249)
#F6F2F9
(246,242,249)
#F9F5F9
(249,245,249)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDAF9; }

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

This text font color is #DEDAF9.


Background Color

.myBgColor { background-color: #DEDAF9; }

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

This div background color is #DEDAF9.


Border color

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

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

This div border color is #DEDAF9.


Opacity

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

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

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

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

This text has shadow with #DEDAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDAF9 on black background.


Color preview on white background

This text has color #DEDAF9 on white background.



Black color preview on #DEDAF9 background

This text has black color on #DEDAF9 background.


White color preview on #DEDAF9 background

This text has white color on #DEDAF9 background.