COLOR #DEB4EE

HEX: #DEB4EE RGB: (222,180,238)

Color info

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

RGB color model

#DEB4EE color RGB value is (222,180,238).

RGB: (222,180,238) (87%, 71%, 93%)

RGB channels and saturation

R 222 of 255 = 87%
G 180 of 255 = 71%
B 238 of 255 = 93%

222
180
238

R + G + B ~ 84%. #DEB4EE is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 180 + 238 = 640 (100%)
R 222 of 640 ~ 34.69%
G 180 of 640 ~ 28.13%
B 238 of 640 ~ 37.19'%

%34.69
%28.13
%37.19

CMYK color model

#DEB4EE color CMYK value is (7,24,0,7).

  • cyan value is 6.72%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (7,24,0,7)
C7M24Y0K7 (7%, 24%, 0%, 7%)
(0.07 / 0.24 / 0.00 / 0.07)

CMYK percentages

%6.72
%24.37
%0
%6.67

Codes

Color #DEB4EE in popluar color models

DE B4 EE
RGB 222 180 238
HSL 283° 63.04% 81.96%
HSB/HSV 283° 24.37% 93.33%
CMYK 6.72% 24.37% 0.00%
6.67%

Color #DEB4EE in popluar number systems.

HEX DE B4 EE
Decimal 222 180 238
Binary 11011110 10110100 11101110
Octal 336 264 356

Shades and tints

Shades of #DEB4EE

#DEB4EE
(222,180,238)
#CAA4D9
(202,164,217)
#B694C4
(182,148,196)
#A284AF
(162,132,175)
#8E749A
(142,116,154)
#7A6485
(122,100,133)
#665470
(102,84,112)
#52445B
(82,68,91)
#3E3446
(62,52,70)
#2A2431
(42,36,49)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #DEB4EE

#DEB4EE
(222,180,238)
#E1BAEF
(225,186,239)
#E4C0F0
(228,192,240)
#E7C6F1
(231,198,241)
#EACCF2
(234,204,242)
#EDD2F3
(237,210,243)
#F0D8F4
(240,216,244)
#F3DEF5
(243,222,245)
#F6E4F6
(246,228,246)
#F9EAF7
(249,234,247)
#FCF0F8
(252,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DEB4EE color. Also use rgb(222,180,238) instead hex code.

Text Font Color

.myTextColor { color: #DEB4EE; }

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

This text font color is #DEB4EE.

Background Color

.myBgColor { background-color: #DEB4EE; }

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

This div background color is #DEB4EE.

Border color

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

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

This div border color is #DEB4EE.

Opacity

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

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

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

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

This text has shadow with #DEB4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DEB4EE.

Preview

Color preview on black background

This text has color #DEB4EE on black background.


Color preview on white background

This text has color #DEB4EE on white background.


Black color preview on #DEB4EE background

This text has black color on #DEB4EE background.


White color preview on #DEB4EE background

This text has white color on #DEB4EE background.


Related colors

Complementary color

Complementary color for #hex is #214B11.


I love getcolorcode.com

Triadic colors

1 #EEDEB4 and #B4EEDE with #DEB4EE are triadic colors.

2 #EEB4DE and #B4DEEE with #DEB4EE are triadic colors.