COLOR #DEABE9

HEX: #DEABE9 RGB: (222,171,233)

Color info

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

RGB color model

#DEABE9 color RGB value is (222,171,233).

RGB: (222,171,233) (87%, 67%, 91%)

RGB channels and saturation

R 222 of 255 = 87%
G 171 of 255 = 67%
B 233 of 255 = 91%

222
171
233

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

Portions of RGB colors in percentages

R + G + B = 222 + 171 + 233 = 626 (100%)
R 222 of 626 ~ 35.46%
G 171 of 626 ~ 27.32%
B 233 of 626 ~ 37.22'%

%35.46
%27.32
%37.22

CMYK color model

#DEABE9 color CMYK value is (5,27,0,9).

  • cyan value is 4.72%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (5,27,0,9)
C5M27Y0K9 (5%, 27%, 0%, 9%)
(0.05 / 0.27 / 0.00 / 0.09)

CMYK percentages

%4.72
%26.61
%0
%8.63

Codes

Color #DEABE9 in popluar color models

DE AB E9
RGB 222 171 233
HSL 289° 58.49% 79.22%
HSB/HSV 289° 26.61% 91.37%
CMYK 4.72% 26.61% 0.00%
8.63%

Color #DEABE9 in popluar number systems.

HEX DE AB E9
Decimal 222 171 233
Binary 11011110 10101011 11101001
Octal 336 253 351

Shades and tints

Shades of #DEABE9

#DEABE9
(222,171,233)
#CA9CD4
(202,156,212)
#B68DBF
(182,141,191)
#A27EAA
(162,126,170)
#8E6F95
(142,111,149)
#7A6080
(122,96,128)
#66516B
(102,81,107)
#524256
(82,66,86)
#3E3341
(62,51,65)
#2A242C
(42,36,44)
#161517
(22,21,23)
#000000
(0,0,0)

Tints of #DEABE9

#DEABE9
(222,171,233)
#E1B2EB
(225,178,235)
#E4B9ED
(228,185,237)
#E7C0EF
(231,192,239)
#EAC7F1
(234,199,241)
#EDCEF3
(237,206,243)
#F0D5F5
(240,213,245)
#F3DCF7
(243,220,247)
#F6E3F9
(246,227,249)
#F9EAFB
(249,234,251)
#FCF1FD
(252,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEABE9 color. Also use rgb(222,171,233) instead hex code.

Text Font Color

.myTextColor { color: #DEABE9; }

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

This text font color is #DEABE9.

Background Color

.myBgColor { background-color: #DEABE9; }

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

This div background color is #DEABE9.

Border color

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

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

This div border color is #DEABE9.

Opacity

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

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

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

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

This text has shadow with #DEABE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEABE9.

Preview

Color preview on black background

This text has color #DEABE9 on black background.


Color preview on white background

This text has color #DEABE9 on white background.


Black color preview on #DEABE9 background

This text has black color on #DEABE9 background.


White color preview on #DEABE9 background

This text has white color on #DEABE9 background.


Related colors

Complementary color

Complementary color for #hex is #215416.


I love getcolorcode.com

Triadic colors

1 #E9DEAB and #ABE9DE with #DEABE9 are triadic colors.

2 #E9ABDE and #ABDEE9 with #DEABE9 are triadic colors.