COLOR #EDCAFF

HEX: #EDCAFF
RGB: (237,202,255)

Color info

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

RGB color model

#EDCAFF color RGB value is (237,202,255).

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

RGB channels and saturation

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

237
202
255

R + G + B ~ 91%. #EDCAFF is light color.

Portions of RGB colors in percentages

R + G + B =
237 + 202 + 255 = 694 (100%)
R 237 of 694 ~ 34.15%
G 202 of 694 ~ 29.11%
B 255 of 694 ~ 36.74%

%34.15
%29.11
%36.74

CMYK color model

#EDCAFF color CMYK value is (7,21,0,0).

  • cyan value is 7.06%
  • magenta value is 20.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (7,21,0,0) C7M21Y0K0 (7%,21%,0%,0%) (0.07/0.21/0.00/0.00)

CMYK percentages

%7.06
%20.78
%0
%0

Codes

Color #EDCAFF in popluar color models

EDCAFF
RGB237202255
HSL280°100.00%89.61%
HSB/HSV280°20.78%100.00%
CMYK7.06%20.78%0.00%
0.00%

Color #EDCAFF in popluar number systems.

HEXEDCAFF
Decimal237202255
Binary111011011100101011111111
Octal355312377

Shades and tints

Shades of #EDCAFF

#EDCAFF
(237,202,255)
#D8B8E8
(216,184,232)
#C3A6D1
(195,166,209)
#AE94BA
(174,148,186)
#9982A3
(153,130,163)
#84708C
(132,112,140)
#6F5E75
(111,94,117)
#5A4C5E
(90,76,94)
#453A47
(69,58,71)
#302830
(48,40,48)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #EDCAFF

#EDCAFF
(237,202,255)
#EECEFF
(238,206,255)
#EFD2FF
(239,210,255)
#F0D6FF
(240,214,255)
#F1DAFF
(241,218,255)
#F2DEFF
(242,222,255)
#F3E2FF
(243,226,255)
#F4E6FF
(244,230,255)
#F5EAFF
(245,234,255)
#F6EEFF
(246,238,255)
#F7F2FF
(247,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDCAFF; }

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

This text font color is #EDCAFF.


Background Color

.myBgColor { background-color: #EDCAFF; }

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

This div background color is #EDCAFF.


Border color

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

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

This div border color is #EDCAFF.


Opacity

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

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

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

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

This text has shadow with #EDCAFF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EDCAFF on black background.


Color preview on white background

This text has color #EDCAFF on white background.



Black color preview on #EDCAFF background

This text has black color on #EDCAFF background.


White color preview on #EDCAFF background

This text has white color on #EDCAFF background.