COLOR #DEACEE

HEX: #DEACEE
RGB: (222,172,238)

Color info

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

RGB color model

#DEACEE color RGB value is (222,172,238).

  • red value is 222;
  • green value is 172;
  • blue value is 238.
RGB:
(222,172,238)
(87%,67%,93%)

RGB channels and saturation

R 222 of 255 = 87%
G 172 of 255 = 67%
B 238 of 255 = 93%

222
172
238

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

Portions of RGB colors in percentages

R + G + B =
222 + 172 + 238 = 632 (100%)
R 222 of 632 ~ 35.13%
G 172 of 632 ~ 27.22%
B 238 of 632 ~ 37.66%

%35.13
%27.22
%37.66

CMYK color model

#DEACEE color CMYK value is (7,28,0,7).

  • cyan value is 6.72%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,28,0,7)
C7M28Y0K7 
(7%,28%,0%,7%)
(0.07/0.28/0.00/0.07)	

CMYK percentages

%6.72
%27.73
%0
%6.67

Codes

Color #DEACEE in popluar color models

DEACEE
RGB222172238
HSL285°66.00%80.39%
HSB/HSV285°27.73%93.33%
CMYK6.72%27.73%0.00%
6.67%

Color #DEACEE in popluar number systems.

HEXDEACEE
Decimal222172238
Binary110111101010110011101110
Octal336254356

Shades and tints

Shades of #DEACEE

#DEACEE
(222,172,238)
#CA9DD9
(202,157,217)
#B68EC4
(182,142,196)
#A27FAF
(162,127,175)
#8E709A
(142,112,154)
#7A6185
(122,97,133)
#665270
(102,82,112)
#52435B
(82,67,91)
#3E3446
(62,52,70)
#2A2531
(42,37,49)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #DEACEE

#DEACEE
(222,172,238)
#E1B3EF
(225,179,239)
#E4BAF0
(228,186,240)
#E7C1F1
(231,193,241)
#EAC8F2
(234,200,242)
#EDCFF3
(237,207,243)
#F0D6F4
(240,214,244)
#F3DDF5
(243,221,245)
#F6E4F6
(246,228,246)
#F9EBF7
(249,235,247)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEACEE; }

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

This text font color is #DEACEE.


Background Color

.myBgColor { background-color: #DEACEE; }

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

This div background color is #DEACEE.


Border color

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

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

This div border color is #DEACEE.


Opacity

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

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

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

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

This text has shadow with #DEACEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEACEE on black background.


Color preview on white background

This text has color #DEACEE on white background.



Black color preview on #DEACEE background

This text has black color on #DEACEE background.


White color preview on #DEACEE background

This text has white color on #DEACEE background.