COLOR #EDCBF9

HEX: #EDCBF9 RGB: (237,203,249)

Color info

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

RGB color model

#EDCBF9 color RGB value is (237,203,249).

RGB: (237,203,249) (93%, 80%, 98%)

RGB channels and saturation

R 237 of 255 = 93%
G 203 of 255 = 80%
B 249 of 255 = 98%

237
203
249

R + G + B ~ 90%. #EDCBF9 is light color.

Portions of RGB colors in percentages

R + G + B = 237 + 203 + 249 = 689 (100%)
R 237 of 689 ~ 34.4%
G 203 of 689 ~ 29.46%
B 249 of 689 ~ 36.14'%

%34.4
%29.46
%36.14

CMYK color model

#EDCBF9 color CMYK value is (5,18,0,2).

  • cyan value is 4.82%
  • magenta value is 18.47%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (5,18,0,2)
C5M18Y0K2 (5%, 18%, 0%, 2%)
(0.05 / 0.18 / 0.00 / 0.02)

CMYK percentages

%4.82
%18.47
%0
%2.35

Codes

Color #EDCBF9 in popluar color models

ED CB F9
RGB 237 203 249
HSL 284° 79.31% 88.63%
HSB/HSV 284° 18.47% 97.65%
CMYK 4.82% 18.47% 0.00%
2.35%

Color #EDCBF9 in popluar number systems.

HEX ED CB F9
Decimal 237 203 249
Binary 11101101 11001011 11111001
Octal 355 313 371

Shades and tints

Shades of #EDCBF9

#EDCBF9
(237,203,249)
#D8B9E3
(216,185,227)
#C3A7CD
(195,167,205)
#AE95B7
(174,149,183)
#9983A1
(153,131,161)
#84718B
(132,113,139)
#6F5F75
(111,95,117)
#5A4D5F
(90,77,95)
#453B49
(69,59,73)
#302933
(48,41,51)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #EDCBF9

#EDCBF9
(237,203,249)
#EECFF9
(238,207,249)
#EFD3F9
(239,211,249)
#F0D7F9
(240,215,249)
#F1DBF9
(241,219,249)
#F2DFF9
(242,223,249)
#F3E3F9
(243,227,249)
#F4E7F9
(244,231,249)
#F5EBF9
(245,235,249)
#F6EFF9
(246,239,249)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCBF9 color. Also use rgb(237,203,249) instead hex code.

Text Font Color

.myTextColor { color: #EDCBF9; }

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

This text font color is #EDCBF9.

Background Color

.myBgColor { background-color: #EDCBF9; }

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

This div background color is #EDCBF9.

Border color

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

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

This div border color is #EDCBF9.

Opacity

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

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

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

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

This text has shadow with #EDCBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCBF9.

Preview

Color preview on black background

This text has color #EDCBF9 on black background.


Color preview on white background

This text has color #EDCBF9 on white background.


Black color preview on #EDCBF9 background

This text has black color on #EDCBF9 background.


White color preview on #EDCBF9 background

This text has white color on #EDCBF9 background.


Related colors

Complementary color

Complementary color for #hex is #123406.


I love getcolorcode.com

Triadic colors

1 #F9EDCB and #CBF9ED with #EDCBF9 are triadic colors.

2 #F9CBED and #CBEDF9 with #EDCBF9 are triadic colors.