COLOR #DECAE5

HEX: #DECAE5
RGB: (222,202,229)

Color info

#DECAE5 contains red, green and blue colors in about the same proportion. Web safe color of #DECAE5 is #CCCCCC (or #CCC).

RGB color model

#DECAE5 color RGB value is (222,202,229).

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

RGB channels and saturation

R 222 of 255 = 87%
G 202 of 255 = 79%
B 229 of 255 = 90%

222
202
229

R + G + B ~ 85%. #DECAE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 202 + 229 = 653 (100%)
R 222 of 653 ~ 34%
G 202 of 653 ~ 30.93%
B 229 of 653 ~ 35.07%

%34
%30.93
%35.07

CMYK color model

#DECAE5 color CMYK value is (3,12,0,10).

  • cyan value is 3.06%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(3,12,0,10)
C3M12Y0K10 
(3%,12%,0%,10%)
(0.03/0.12/0.00/0.10)	

CMYK percentages

%3.06
%11.79
%0
%10.2

Codes

Color #DECAE5 in popluar color models

DECAE5
RGB222202229
HSL284°34.18%84.51%
HSB/HSV284°11.79%89.80%
CMYK3.06%11.79%0.00%
10.20%

Color #DECAE5 in popluar number systems.

HEXDECAE5
Decimal222202229
Binary110111101100101011100101
Octal336312345

Shades and tints

Shades of #DECAE5

#DECAE5
(222,202,229)
#CAB8D1
(202,184,209)
#B6A6BD
(182,166,189)
#A294A9
(162,148,169)
#8E8295
(142,130,149)
#7A7081
(122,112,129)
#665E6D
(102,94,109)
#524C59
(82,76,89)
#3E3A45
(62,58,69)
#2A2831
(42,40,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #DECAE5

#DECAE5
(222,202,229)
#E1CEE7
(225,206,231)
#E4D2E9
(228,210,233)
#E7D6EB
(231,214,235)
#EADAED
(234,218,237)
#EDDEEF
(237,222,239)
#F0E2F1
(240,226,241)
#F3E6F3
(243,230,243)
#F6EAF5
(246,234,245)
#F9EEF7
(249,238,247)
#FCF2F9
(252,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DECAE5; }

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

This text font color is #DECAE5.


Background Color

.myBgColor { background-color: #DECAE5; }

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

This div background color is #DECAE5.


Border color

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

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

This div border color is #DECAE5.


Opacity

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

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

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

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

This text has shadow with #DECAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DECAE5 on black background.


Color preview on white background

This text has color #DECAE5 on white background.



Black color preview on #DECAE5 background

This text has black color on #DECAE5 background.


White color preview on #DECAE5 background

This text has white color on #DECAE5 background.