COLOR #DEADB2

HEX: #DEADB2 RGB: (222,173,178)

Color info

#DEADB2 contains red, green and blue colors in about the same proportion. Web safe color of #DEADB2 is #CC9999 (or #C99).

RGB color model

#DEADB2 color RGB value is (222,173,178).

RGB: (222,173,178) (87%, 68%, 70%)

RGB channels and saturation

R 222 of 255 = 87%
G 173 of 255 = 68%
B 178 of 255 = 70%

222
173
178

R + G + B ~ 75%. #DEADB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 173 + 178 = 573 (100%)
R 222 of 573 ~ 38.74%
G 173 of 573 ~ 30.19%
B 178 of 573 ~ 31.06'%

%38.74
%30.19
%31.06

CMYK color model

#DEADB2 color CMYK value is (0,22,20,13).

  • cyan value is 0.00%
  • magenta value is 22.07%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK: (0,22,20,13) C0M22Y20K13 (0%,22%,20%,13%) (0.00/0.22/0.20/0.13) 

CMYK percentages

%0
%22.07
%19.82
%12.94

Codes

Color #DEADB2 in popluar color models

DE AD B2
RGB 222 173 178
HSL 354° 42.61% 77.45%
HSB/HSV 354° 22.07% 87.06%
CMYK 0.00% 22.07% 19.82%
12.94%

Color #DEADB2 in popluar number systems.

HEX DE AD B2
Decimal 222 173 178
Binary 11011110 10101101 10110010
Octal 336 255 262

Shades and tints

Shades of #DEADB2

#DEADB2
(222,173,178)
#CA9EA2
(202,158,162)
#B68F92
(182,143,146)
#A28082
(162,128,130)
#8E7172
(142,113,114)
#7A6262
(122,98,98)
#665352
(102,83,82)
#524442
(82,68,66)
#3E3532
(62,53,50)
#2A2622
(42,38,34)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #DEADB2

#DEADB2
(222,173,178)
#E1B4B9
(225,180,185)
#E4BBC0
(228,187,192)
#E7C2C7
(231,194,199)
#EAC9CE
(234,201,206)
#EDD0D5
(237,208,213)
#F0D7DC
(240,215,220)
#F3DEE3
(243,222,227)
#F6E5EA
(246,229,234)
#F9ECF1
(249,236,241)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEADB2; }

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

This text font color is #DEADB2.

Background Color

.myBgColor { background-color: #DEADB2; }

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

This div background color is #DEADB2.

Border color

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

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

This div border color is #DEADB2.

Opacity

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

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

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

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

This text has shadow with #DEADB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEADB2.

Preview

Color preview on black background

This text has color #DEADB2 on black background.


Color preview on white background

This text has color #DEADB2 on white background.


Black color preview on #DEADB2 background

This text has black color on #DEADB2 background.


White color preview on #DEADB2 background

This text has white color on #DEADB2 background.


Related colors

Complementary color

Complementary color for #hex is #21524D.


I love getcolorcode.com

Triadic colors

1 #B2DEAD and #ADB2DE with #DEADB2 are triadic colors.

2 #B2ADDE and #ADDEB2 with #DEADB2 are triadic colors.