COLOR #EDDAFA

HEX: #EDDAFA RGB: (237,218,250)

Color info

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

RGB color model

#EDDAFA color RGB value is (237,218,250).

RGB: (237,218,250) (93%, 85%, 98%)

RGB channels and saturation

R 237 of 255 = 93%
G 218 of 255 = 85%
B 250 of 255 = 98%

237
218
250

R + G + B ~ 92%. #EDDAFA is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 218 + 250 = 705 (100%)
R 237 of 705 ~ 33.62%
G 218 of 705 ~ 30.92%
B 250 of 705 ~ 35.46'%

%33.62
%30.92
%35.46

CMYK color model

#EDDAFA color CMYK value is (5,13,0,2).

  • cyan value is 5.20%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (5,13,0,2)
C5M13Y0K2 (5%, 13%, 0%, 2%)
(0.05 / 0.13 / 0.00 / 0.02)

CMYK percentages

%5.2
%12.8
%0
%1.96

Codes

Color #EDDAFA in popluar color models

ED DA FA
RGB 237 218 250
HSL 276° 76.19% 91.76%
HSB/HSV 276° 12.80% 98.04%
CMYK 5.20% 12.80% 0.00%
1.96%

Color #EDDAFA in popluar number systems.

HEX ED DA FA
Decimal 237 218 250
Binary 11101101 11011010 11111010
Octal 355 332 372

Shades and tints

Shades of #EDDAFA

#EDDAFA
(237,218,250)
#D8C7E4
(216,199,228)
#C3B4CE
(195,180,206)
#AEA1B8
(174,161,184)
#998EA2
(153,142,162)
#847B8C
(132,123,140)
#6F6876
(111,104,118)
#5A5560
(90,85,96)
#45424A
(69,66,74)
#302F34
(48,47,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #EDDAFA

#EDDAFA
(237,218,250)
#EEDDFA
(238,221,250)
#EFE0FA
(239,224,250)
#F0E3FA
(240,227,250)
#F1E6FA
(241,230,250)
#F2E9FA
(242,233,250)
#F3ECFA
(243,236,250)
#F4EFFA
(244,239,250)
#F5F2FA
(245,242,250)
#F6F5FA
(246,245,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDDAFA color. Also use rgb(237,218,250) instead hex code.

Text Font Color

.myTextColor { color: #EDDAFA; }

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

This text font color is #EDDAFA.

Background Color

.myBgColor { background-color: #EDDAFA; }

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

This div background color is #EDDAFA.

Border color

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

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

This div border color is #EDDAFA.

Opacity

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

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

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

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

This text has shadow with #EDDAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDDAFA.

Preview

Color preview on black background

This text has color #EDDAFA on black background.


Color preview on white background

This text has color #EDDAFA on white background.


Black color preview on #EDDAFA background

This text has black color on #EDDAFA background.


White color preview on #EDDAFA background

This text has white color on #EDDAFA background.


Related colors

Complementary color

Complementary color for #hex is #122505.


I love getcolorcode.com

Triadic colors

1 #FAEDDA and #DAFAED with #EDDAFA are triadic colors.

2 #FADAED and #DAEDFA with #EDDAFA are triadic colors.