COLOR #EDAFF8

HEX: #EDAFF8 RGB: (237,175,248)

Color info

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

RGB color model

#EDAFF8 color RGB value is (237,175,248).

RGB: (237,175,248) (93%, 69%, 97%)

RGB channels and saturation

R 237 of 255 = 93%
G 175 of 255 = 69%
B 248 of 255 = 97%

237
175
248

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

Portions of RGB colors in percentages

R + G + B = 237 + 175 + 248 = 660 (100%)
R 237 of 660 ~ 35.91%
G 175 of 660 ~ 26.52%
B 248 of 660 ~ 37.58'%

%35.91
%26.52
%37.58

CMYK color model

#EDAFF8 color CMYK value is (4,29,0,3).

  • cyan value is 4.44%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (4,29,0,3)
C4M29Y0K3 (4%, 29%, 0%, 3%)
(0.04 / 0.29 / 0.00 / 0.03)

CMYK percentages

%4.44
%29.44
%0
%2.75

Codes

Color #EDAFF8 in popluar color models

ED AF F8
RGB 237 175 248
HSL 291° 83.91% 82.94%
HSB/HSV 291° 29.44% 97.25%
CMYK 4.44% 29.44% 0.00%
2.75%

Color #EDAFF8 in popluar number systems.

HEX ED AF F8
Decimal 237 175 248
Binary 11101101 10101111 11111000
Octal 355 257 370

Shades and tints

Shades of #EDAFF8

#EDAFF8
(237,175,248)
#D8A0E2
(216,160,226)
#C391CC
(195,145,204)
#AE82B6
(174,130,182)
#9973A0
(153,115,160)
#84648A
(132,100,138)
#6F5574
(111,85,116)
#5A465E
(90,70,94)
#453748
(69,55,72)
#302832
(48,40,50)
#1B191C
(27,25,28)
#000000
(0,0,0)

Tints of #EDAFF8

#EDAFF8
(237,175,248)
#EEB6F8
(238,182,248)
#EFBDF8
(239,189,248)
#F0C4F8
(240,196,248)
#F1CBF8
(241,203,248)
#F2D2F8
(242,210,248)
#F3D9F8
(243,217,248)
#F4E0F8
(244,224,248)
#F5E7F8
(245,231,248)
#F6EEF8
(246,238,248)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDAFF8; }

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

This text font color is #EDAFF8.

Background Color

.myBgColor { background-color: #EDAFF8; }

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

This div background color is #EDAFF8.

Border color

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

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

This div border color is #EDAFF8.

Opacity

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

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

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

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

This text has shadow with #EDAFF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDAFF8.

Preview

Color preview on black background

This text has color #EDAFF8 on black background.


Color preview on white background

This text has color #EDAFF8 on white background.


Black color preview on #EDAFF8 background

This text has black color on #EDAFF8 background.


White color preview on #EDAFF8 background

This text has white color on #EDAFF8 background.


Related colors

Complementary color

Complementary color for #hex is #125007.


I love getcolorcode.com

Triadic colors

1 #F8EDAF and #AFF8ED with #EDAFF8 are triadic colors.

2 #F8AFED and #AFEDF8 with #EDAFF8 are triadic colors.