COLOR #EDCAEE

HEX: #EDCAEE
RGB: (237,202,238)

Color info

#EDCAEE contains red, green and blue colors in about the same proportion. Web safe color of #EDCAEE is #FFCCFF (or #FCF).

RGB color model

#EDCAEE color RGB value is (237,202,238).

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

RGB channels and saturation

R 237 of 255 = 93%
G 202 of 255 = 79%
B 238 of 255 = 93%

237
202
238

R + G + B ~ 88%. #EDCAEE is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 202 + 238 = 677 (100%)
R 237 of 677 ~ 35.01%
G 202 of 677 ~ 29.84%
B 238 of 677 ~ 35.16%

%35.01
%29.84
%35.16

CMYK color model

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

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

CMYK percentages

%0.42
%15.13
%0
%6.67

Codes

Color #EDCAEE in popluar color models

EDCAEE
RGB237202238
HSL298°51.43%86.27%
HSB/HSV298°15.13%93.33%
CMYK0.42%15.13%0.00%
6.67%

Color #EDCAEE in popluar number systems.

HEXEDCAEE
Decimal237202238
Binary111011011100101011101110
Octal355312356

Shades and tints

Shades of #EDCAEE

#EDCAEE
(237,202,238)
#D8B8D9
(216,184,217)
#C3A6C4
(195,166,196)
#AE94AF
(174,148,175)
#99829A
(153,130,154)
#847085
(132,112,133)
#6F5E70
(111,94,112)
#5A4C5B
(90,76,91)
#453A46
(69,58,70)
#302831
(48,40,49)
#1B161C
(27,22,28)
#000000
(0,0,0)

Tints of #EDCAEE

#EDCAEE
(237,202,238)
#EECEEF
(238,206,239)
#EFD2F0
(239,210,240)
#F0D6F1
(240,214,241)
#F1DAF2
(241,218,242)
#F2DEF3
(242,222,243)
#F3E2F4
(243,226,244)
#F4E6F5
(244,230,245)
#F5EAF6
(245,234,246)
#F6EEF7
(246,238,247)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCAEE; }

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

This text font color is #EDCAEE.


Background Color

.myBgColor { background-color: #EDCAEE; }

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

This div background color is #EDCAEE.


Border color

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

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

This div border color is #EDCAEE.


Opacity

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

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

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

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

This text has shadow with #EDCAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDCAEE on black background.


Color preview on white background

This text has color #EDCAEE on white background.



Black color preview on #EDCAEE background

This text has black color on #EDCAEE background.


White color preview on #EDCAEE background

This text has white color on #EDCAEE background.