COLOR #EDBFF1

HEX: #EDBFF1 RGB: (237,191,241)

Color info

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

RGB color model

#EDBFF1 color RGB value is (237,191,241).

RGB: (237,191,241) (93%, 75%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 191 of 255 = 75%
B 241 of 255 = 95%

237
191
241

R + G + B ~ 88%. #EDBFF1 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 191 + 241 = 669 (100%)
R 237 of 669 ~ 35.43%
G 191 of 669 ~ 28.55%
B 241 of 669 ~ 36.02'%

%35.43
%28.55
%36.02

CMYK color model

#EDBFF1 color CMYK value is (2,21,0,5).

  • cyan value is 1.66%
  • magenta value is 20.75%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (2,21,0,5)
C2M21Y0K5 (2%, 21%, 0%, 5%)
(0.02 / 0.21 / 0.00 / 0.05)

CMYK percentages

%1.66
%20.75
%0
%5.49

Codes

Color #EDBFF1 in popluar color models

ED BF F1
RGB 237 191 241
HSL 295° 64.10% 84.71%
HSB/HSV 295° 20.75% 94.51%
CMYK 1.66% 20.75% 0.00%
5.49%

Color #EDBFF1 in popluar number systems.

HEX ED BF F1
Decimal 237 191 241
Binary 11101101 10111111 11110001
Octal 355 277 361

Shades and tints

Shades of #EDBFF1

#EDBFF1
(237,191,241)
#D8AEDC
(216,174,220)
#C39DC7
(195,157,199)
#AE8CB2
(174,140,178)
#997B9D
(153,123,157)
#846A88
(132,106,136)
#6F5973
(111,89,115)
#5A485E
(90,72,94)
#453749
(69,55,73)
#302634
(48,38,52)
#1B151F
(27,21,31)
#000000
(0,0,0)

Tints of #EDBFF1

#EDBFF1
(237,191,241)
#EEC4F2
(238,196,242)
#EFC9F3
(239,201,243)
#F0CEF4
(240,206,244)
#F1D3F5
(241,211,245)
#F2D8F6
(242,216,246)
#F3DDF7
(243,221,247)
#F4E2F8
(244,226,248)
#F5E7F9
(245,231,249)
#F6ECFA
(246,236,250)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDBFF1 color. Also use rgb(237,191,241) instead hex code.

Text Font Color

.myTextColor { color: #EDBFF1; }

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

This text font color is #EDBFF1.

Background Color

.myBgColor { background-color: #EDBFF1; }

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

This div background color is #EDBFF1.

Border color

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

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

This div border color is #EDBFF1.

Opacity

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

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

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

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

This text has shadow with #EDBFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDBFF1.

Preview

Color preview on black background

This text has color #EDBFF1 on black background.


Color preview on white background

This text has color #EDBFF1 on white background.


Black color preview on #EDBFF1 background

This text has black color on #EDBFF1 background.


White color preview on #EDBFF1 background

This text has white color on #EDBFF1 background.


Related colors

Complementary color

Complementary color for #hex is #12400E.


I love getcolorcode.com

Triadic colors

1 #F1EDBF and #BFF1ED with #EDBFF1 are triadic colors.

2 #F1BFED and #BFEDF1 with #EDBFF1 are triadic colors.