COLOR #DEADEB

HEX: #DEADEB
RGB: (222,173,235)

Color info

#DEADEB contains mainly red and blue colors. Web safe color of #DEADEB is #CC99FF (or #C9F).

RGB color model

#DEADEB color RGB value is (222,173,235).

  • red value is 222;
  • green value is 173;
  • blue value is 235.
RGB:
(222,173,235)
(87%,68%,92%)

RGB channels and saturation

R 222 of 255 = 87%
G 173 of 255 = 68%
B 235 of 255 = 92%

222
173
235

R + G + B ~ 82%. #DEADEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 173 + 235 = 630 (100%)
R 222 of 630 ~ 35.24%
G 173 of 630 ~ 27.46%
B 235 of 630 ~ 37.3%

%35.24
%27.46
%37.3

CMYK color model

#DEADEB color CMYK value is (6,26,0,8).

  • cyan value is 5.53%
  • magenta value is 26.38%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(6,26,0,8)
C6M26Y0K8 
(6%,26%,0%,8%)
(0.06/0.26/0.00/0.08)	

CMYK percentages

%5.53
%26.38
%0
%7.84

Codes

Color #DEADEB in popluar color models

DEADEB
RGB222173235
HSL287°60.78%80.00%
HSB/HSV287°26.38%92.16%
CMYK5.53%26.38%0.00%
7.84%

Color #DEADEB in popluar number systems.

HEXDEADEB
Decimal222173235
Binary110111101010110111101011
Octal336255353

Shades and tints

Shades of #DEADEB

#DEADEB
(222,173,235)
#CA9ED6
(202,158,214)
#B68FC1
(182,143,193)
#A280AC
(162,128,172)
#8E7197
(142,113,151)
#7A6282
(122,98,130)
#66536D
(102,83,109)
#524458
(82,68,88)
#3E3543
(62,53,67)
#2A262E
(42,38,46)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #DEADEB

#DEADEB
(222,173,235)
#E1B4EC
(225,180,236)
#E4BBED
(228,187,237)
#E7C2EE
(231,194,238)
#EAC9EF
(234,201,239)
#EDD0F0
(237,208,240)
#F0D7F1
(240,215,241)
#F3DEF2
(243,222,242)
#F6E5F3
(246,229,243)
#F9ECF4
(249,236,244)
#FCF3F5
(252,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEADEB color. Also use rgb(222,173,235) instead hex code.

Text Font Color

.myTextColor { color: #DEADEB; }

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

This text font color is #DEADEB.


Background Color

.myBgColor { background-color: #DEADEB; }

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

This div background color is #DEADEB.


Border color

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

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

This div border color is #DEADEB.


Opacity

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

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

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

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

This text has shadow with #DEADEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEADEB on black background.


Color preview on white background

This text has color #DEADEB on white background.



Black color preview on #DEADEB background

This text has black color on #DEADEB background.


White color preview on #DEADEB background

This text has white color on #DEADEB background.