COLOR #DECAEE

HEX: #DECAEE
RGB: (222,202,238)

Color info

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

RGB color model

#DECAEE color RGB value is (222,202,238).

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

RGB channels and saturation

R 222 of 255 = 87%
G 202 of 255 = 79%
B 238 of 255 = 93%

222
202
238

R + G + B ~ 86%. #DECAEE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 202 + 238 = 662 (100%)
R 222 of 662 ~ 33.53%
G 202 of 662 ~ 30.51%
B 238 of 662 ~ 35.95%

%33.53
%30.51
%35.95

CMYK color model

#DECAEE color CMYK value is (7,15,0,7).

  • cyan value is 6.72%
  • magenta value is 15.13%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(7,15,0,7)
C7M15Y0K7 
(7%,15%,0%,7%)
(0.07/0.15/0.00/0.07)	

CMYK percentages

%6.72
%15.13
%0
%6.67

Codes

Color #DECAEE in popluar color models

DECAEE
RGB222202238
HSL273°51.43%86.27%
HSB/HSV273°15.13%93.33%
CMYK6.72%15.13%0.00%
6.67%

Color #DECAEE in popluar number systems.

HEXDECAEE
Decimal222202238
Binary110111101100101011101110
Octal336312356

Shades and tints

Shades of #DECAEE

#DECAEE
(222,202,238)
#CAB8D9
(202,184,217)
#B6A6C4
(182,166,196)
#A294AF
(162,148,175)
#8E829A
(142,130,154)
#7A7085
(122,112,133)
#665E70
(102,94,112)
#524C5B
(82,76,91)
#3E3A46
(62,58,70)
#2A2831
(42,40,49)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #DECAEE

#DECAEE
(222,202,238)
#E1CEEF
(225,206,239)
#E4D2F0
(228,210,240)
#E7D6F1
(231,214,241)
#EADAF2
(234,218,242)
#EDDEF3
(237,222,243)
#F0E2F4
(240,226,244)
#F3E6F5
(243,230,245)
#F6EAF6
(246,234,246)
#F9EEF7
(249,238,247)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DECAEE; }

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

This text font color is #DECAEE.


Background Color

.myBgColor { background-color: #DECAEE; }

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

This div background color is #DECAEE.


Border color

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

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

This div border color is #DECAEE.


Opacity

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

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

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

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

This text has shadow with #DECAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DECAEE on black background.


Color preview on white background

This text has color #DECAEE on white background.



Black color preview on #DECAEE background

This text has black color on #DECAEE background.


White color preview on #DECAEE background

This text has white color on #DECAEE background.