COLOR #EDD7FB

HEX: #EDD7FB
RGB: (237,215,251)

Color info

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

RGB color model

#EDD7FB color RGB value is (237,215,251).

  • red value is 237;
  • green value is 215;
  • blue value is 251.
RGB:
(237,215,251)
(93%,84%,98%)

RGB channels and saturation

R 237 of 255 = 93%
G 215 of 255 = 84%
B 251 of 255 = 98%

237
215
251

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

Portions of RGB colors in percentages

R + G + B =
237 + 215 + 251 = 703 (100%)
R 237 of 703 ~ 33.71%
G 215 of 703 ~ 30.58%
B 251 of 703 ~ 35.7%

%33.71
%30.58
%35.7

CMYK color model

#EDD7FB color CMYK value is (6,14,0,2).

  • cyan value is 5.58%
  • magenta value is 14.34%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(6,14,0,2)
C6M14Y0K2 
(6%,14%,0%,2%)
(0.06/0.14/0.00/0.02)	

CMYK percentages

%5.58
%14.34
%0
%1.57

Codes

Color #EDD7FB in popluar color models

EDD7FB
RGB237215251
HSL277°81.82%91.37%
HSB/HSV277°14.34%98.43%
CMYK5.58%14.34%0.00%
1.57%

Color #EDD7FB in popluar number systems.

HEXEDD7FB
Decimal237215251
Binary111011011101011111111011
Octal355327373

Shades and tints

Shades of #EDD7FB

#EDD7FB
(237,215,251)
#D8C4E5
(216,196,229)
#C3B1CF
(195,177,207)
#AE9EB9
(174,158,185)
#998BA3
(153,139,163)
#84788D
(132,120,141)
#6F6577
(111,101,119)
#5A5261
(90,82,97)
#453F4B
(69,63,75)
#302C35
(48,44,53)
#1B191F
(27,25,31)
#000000
(0,0,0)

Tints of #EDD7FB

#EDD7FB
(237,215,251)
#EEDAFB
(238,218,251)
#EFDDFB
(239,221,251)
#F0E0FB
(240,224,251)
#F1E3FB
(241,227,251)
#F2E6FB
(242,230,251)
#F3E9FB
(243,233,251)
#F4ECFB
(244,236,251)
#F5EFFB
(245,239,251)
#F6F2FB
(246,242,251)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDD7FB color. Also use rgb(237,215,251) instead hex code.

Text Font Color

.myTextColor { color: #EDD7FB; }

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

This text font color is #EDD7FB.


Background Color

.myBgColor { background-color: #EDD7FB; }

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

This div background color is #EDD7FB.


Border color

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

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

This div border color is #EDD7FB.


Opacity

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

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

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

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

This text has shadow with #EDD7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDD7FB on black background.


Color preview on white background

This text has color #EDD7FB on white background.



Black color preview on #EDD7FB background

This text has black color on #EDD7FB background.


White color preview on #EDD7FB background

This text has white color on #EDD7FB background.