COLOR #DEADD4

HEX: #DEADD4
RGB: (222,173,212)

Color info

#DEADD4 contains red, green and blue colors in about the same proportion. Web safe color of #DEADD4 is #CC99CC (or #C9C).

RGB color model

#DEADD4 color RGB value is (222,173,212).

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

RGB channels and saturation

R 222 of 255 = 87%
G 173 of 255 = 68%
B 212 of 255 = 83%

222
173
212

R + G + B ~ 79%. #DEADD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 173 + 212 = 607 (100%)
R 222 of 607 ~ 36.57%
G 173 of 607 ~ 28.5%
B 212 of 607 ~ 34.93%

%36.57
%28.5
%34.93

CMYK color model

#DEADD4 color CMYK value is (0,22,5,13).

  • cyan value is 0.00%
  • magenta value is 22.07%
  • yellow value is 4.50%
  • key color value is 12.94%
CMYK:
(0,22,5,13)
C0M22Y5K13 
(0%,22%,5%,13%)
(0.00/0.22/0.05/0.13)	

CMYK percentages

%0
%22.07
%4.5
%12.94

Codes

Color #DEADD4 in popluar color models

DEADD4
RGB222173212
HSL312°42.61%77.45%
HSB/HSV312°22.07%87.06%
CMYK0.00%22.07%4.50%
12.94%

Color #DEADD4 in popluar number systems.

HEXDEADD4
Decimal222173212
Binary110111101010110111010100
Octal336255324

Shades and tints

Shades of #DEADD4

#DEADD4
(222,173,212)
#CA9EC1
(202,158,193)
#B68FAE
(182,143,174)
#A2809B
(162,128,155)
#8E7188
(142,113,136)
#7A6275
(122,98,117)
#665362
(102,83,98)
#52444F
(82,68,79)
#3E353C
(62,53,60)
#2A2629
(42,38,41)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #DEADD4

#DEADD4
(222,173,212)
#E1B4D7
(225,180,215)
#E4BBDA
(228,187,218)
#E7C2DD
(231,194,221)
#EAC9E0
(234,201,224)
#EDD0E3
(237,208,227)
#F0D7E6
(240,215,230)
#F3DEE9
(243,222,233)
#F6E5EC
(246,229,236)
#F9ECEF
(249,236,239)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEADD4; }

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

This text font color is #DEADD4.


Background Color

.myBgColor { background-color: #DEADD4; }

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

This div background color is #DEADD4.


Border color

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

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

This div border color is #DEADD4.


Opacity

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

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

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

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

This text has shadow with #DEADD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEADD4 on black background.


Color preview on white background

This text has color #DEADD4 on white background.



Black color preview on #DEADD4 background

This text has black color on #DEADD4 background.


White color preview on #DEADD4 background

This text has white color on #DEADD4 background.