COLOR #DEDAF4

HEX: #DEDAF4
RGB: (222,218,244)

Color info

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

RGB color model

#DEDAF4 color RGB value is (222,218,244).

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

RGB channels and saturation

R 222 of 255 = 87%
G 218 of 255 = 85%
B 244 of 255 = 96%

222
218
244

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

Portions of RGB colors in percentages

R + G + B =
222 + 218 + 244 = 684 (100%)
R 222 of 684 ~ 32.46%
G 218 of 684 ~ 31.87%
B 244 of 684 ~ 35.67%

%32.46
%31.87
%35.67

CMYK color model

#DEDAF4 color CMYK value is (9,11,0,4).

  • cyan value is 9.02%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(9,11,0,4)
C9M11Y0K4 
(9%,11%,0%,4%)
(0.09/0.11/0.00/0.04)	

CMYK percentages

%9.02
%10.66
%0
%4.31

Codes

Color #DEDAF4 in popluar color models

DEDAF4
RGB222218244
HSL249°54.17%90.59%
HSB/HSV249°10.66%95.69%
CMYK9.02%10.66%0.00%
4.31%

Color #DEDAF4 in popluar number systems.

HEXDEDAF4
Decimal222218244
Binary110111101101101011110100
Octal336332364

Shades and tints

Shades of #DEDAF4

#DEDAF4
(222,218,244)
#CAC7DE
(202,199,222)
#B6B4C8
(182,180,200)
#A2A1B2
(162,161,178)
#8E8E9C
(142,142,156)
#7A7B86
(122,123,134)
#666870
(102,104,112)
#52555A
(82,85,90)
#3E4244
(62,66,68)
#2A2F2E
(42,47,46)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #DEDAF4

#DEDAF4
(222,218,244)
#E1DDF5
(225,221,245)
#E4E0F6
(228,224,246)
#E7E3F7
(231,227,247)
#EAE6F8
(234,230,248)
#EDE9F9
(237,233,249)
#F0ECFA
(240,236,250)
#F3EFFB
(243,239,251)
#F6F2FC
(246,242,252)
#F9F5FD
(249,245,253)
#FCF8FE
(252,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDAF4; }

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

This text font color is #DEDAF4.


Background Color

.myBgColor { background-color: #DEDAF4; }

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

This div background color is #DEDAF4.


Border color

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

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

This div border color is #DEDAF4.


Opacity

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

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

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

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

This text has shadow with #DEDAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDAF4 on black background.


Color preview on white background

This text has color #DEDAF4 on white background.



Black color preview on #DEDAF4 background

This text has black color on #DEDAF4 background.


White color preview on #DEDAF4 background

This text has white color on #DEDAF4 background.