COLOR #EDAFEB

HEX: #EDAFEB
RGB: (237,175,235)

Color info

#EDAFEB contains mainly red and blue colors. Web safe color of #EDAFEB is #FF99FF (or #F9F).

RGB color model

#EDAFEB color RGB value is (237,175,235).

  • red value is 237;
  • green value is 175;
  • blue value is 235.
RGB:
(237,175,235)
(93%,69%,92%)

RGB channels and saturation

R 237 of 255 = 93%
G 175 of 255 = 69%
B 235 of 255 = 92%

237
175
235

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

Portions of RGB colors in percentages

R + G + B =
237 + 175 + 235 = 647 (100%)
R 237 of 647 ~ 36.63%
G 175 of 647 ~ 27.05%
B 235 of 647 ~ 36.32%

%36.63
%27.05
%36.32

CMYK color model

#EDAFEB color CMYK value is (0,26,1,7).

  • cyan value is 0.00%
  • magenta value is 26.16%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(0,26,1,7)
C0M26Y1K7 
(0%,26%,1%,7%)
(0.00/0.26/0.01/0.07)	

CMYK percentages

%0
%26.16
%0.84
%7.06

Codes

Color #EDAFEB in popluar color models

EDAFEB
RGB237175235
HSL302°63.27%80.78%
HSB/HSV302°26.16%92.94%
CMYK0.00%26.16%0.84%
7.06%

Color #EDAFEB in popluar number systems.

HEXEDAFEB
Decimal237175235
Binary111011011010111111101011
Octal355257353

Shades and tints

Shades of #EDAFEB

#EDAFEB
(237,175,235)
#D8A0D6
(216,160,214)
#C391C1
(195,145,193)
#AE82AC
(174,130,172)
#997397
(153,115,151)
#846482
(132,100,130)
#6F556D
(111,85,109)
#5A4658
(90,70,88)
#453743
(69,55,67)
#30282E
(48,40,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #EDAFEB

#EDAFEB
(237,175,235)
#EEB6EC
(238,182,236)
#EFBDED
(239,189,237)
#F0C4EE
(240,196,238)
#F1CBEF
(241,203,239)
#F2D2F0
(242,210,240)
#F3D9F1
(243,217,241)
#F4E0F2
(244,224,242)
#F5E7F3
(245,231,243)
#F6EEF4
(246,238,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDAFEB color. Also use rgb(237,175,235) instead hex code.

Text Font Color

.myTextColor { color: #EDAFEB; }

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

This text font color is #EDAFEB.


Background Color

.myBgColor { background-color: #EDAFEB; }

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

This div background color is #EDAFEB.


Border color

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

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

This div border color is #EDAFEB.


Opacity

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

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

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

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

This text has shadow with #EDAFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDAFEB on black background.


Color preview on white background

This text has color #EDAFEB on white background.



Black color preview on #EDAFEB background

This text has black color on #EDAFEB background.


White color preview on #EDAFEB background

This text has white color on #EDAFEB background.