COLOR #EDD0FA

HEX: #EDD0FA RGB: (237,208,250)

Color info

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

RGB color model

#EDD0FA color RGB value is (237,208,250).

RGB: (237,208,250) (93%, 82%, 98%)

RGB channels and saturation

R 237 of 255 = 93%
G 208 of 255 = 82%
B 250 of 255 = 98%

237
208
250

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

Portions of RGB colors in percentages

R + G + B = 237 + 208 + 250 = 695 (100%)
R 237 of 695 ~ 34.1%
G 208 of 695 ~ 29.93%
B 250 of 695 ~ 35.97'%

%34.1
%29.93
%35.97

CMYK color model

#EDD0FA color CMYK value is (5,17,0,2).

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

CMYK: (5,17,0,2)
C5M17Y0K2 (5%, 17%, 0%, 2%)
(0.05 / 0.17 / 0.00 / 0.02)

CMYK percentages

%5.2
%16.8
%0
%1.96

Codes

Color #EDD0FA in popluar color models

ED D0 FA
RGB 237 208 250
HSL 281° 80.77% 89.80%
HSB/HSV 281° 16.80% 98.04%
CMYK 5.20% 16.80% 0.00%
1.96%

Color #EDD0FA in popluar number systems.

HEX ED D0 FA
Decimal 237 208 250
Binary 11101101 11010000 11111010
Octal 355 320 372

Shades and tints

Shades of #EDD0FA

#EDD0FA
(237,208,250)
#D8BEE4
(216,190,228)
#C3ACCE
(195,172,206)
#AE9AB8
(174,154,184)
#9988A2
(153,136,162)
#84768C
(132,118,140)
#6F6476
(111,100,118)
#5A5260
(90,82,96)
#45404A
(69,64,74)
#302E34
(48,46,52)
#1B1C1E
(27,28,30)
#000000
(0,0,0)

Tints of #EDD0FA

#EDD0FA
(237,208,250)
#EED4FA
(238,212,250)
#EFD8FA
(239,216,250)
#F0DCFA
(240,220,250)
#F1E0FA
(241,224,250)
#F2E4FA
(242,228,250)
#F3E8FA
(243,232,250)
#F4ECFA
(244,236,250)
#F5F0FA
(245,240,250)
#F6F4FA
(246,244,250)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDD0FA; }

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

This text font color is #EDD0FA.

Background Color

.myBgColor { background-color: #EDD0FA; }

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

This div background color is #EDD0FA.

Border color

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

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

This div border color is #EDD0FA.

Opacity

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

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

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

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

This text has shadow with #EDD0FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDD0FA.

Preview

Color preview on black background

This text has color #EDD0FA on black background.


Color preview on white background

This text has color #EDD0FA on white background.


Black color preview on #EDD0FA background

This text has black color on #EDD0FA background.


White color preview on #EDD0FA background

This text has white color on #EDD0FA background.


Related colors

Complementary color

Complementary color for #hex is #122F05.


I love getcolorcode.com

Triadic colors

1 #FAEDD0 and #D0FAED with #EDD0FA are triadic colors.

2 #FAD0ED and #D0EDFA with #EDD0FA are triadic colors.