COLOR #EDCFF2

HEX: #EDCFF2 RGB: (237,207,242)

Color info

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

RGB color model

#EDCFF2 color RGB value is (237,207,242).

RGB: (237,207,242) (93%, 81%, 95%)

RGB channels and saturation

R 237 of 255 = 93%
G 207 of 255 = 81%
B 242 of 255 = 95%

237
207
242

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

Portions of RGB colors in percentages

R + G + B = 237 + 207 + 242 = 686 (100%)
R 237 of 686 ~ 34.55%
G 207 of 686 ~ 30.17%
B 242 of 686 ~ 35.28'%

%34.55
%30.17
%35.28

CMYK color model

#EDCFF2 color CMYK value is (2,14,0,5).

  • cyan value is 2.07%
  • magenta value is 14.46%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (2,14,0,5)
C2M14Y0K5 (2%, 14%, 0%, 5%)
(0.02 / 0.14 / 0.00 / 0.05)

CMYK percentages

%2.07
%14.46
%0
%5.1

Codes

Color #EDCFF2 in popluar color models

ED CF F2
RGB 237 207 242
HSL 291° 57.38% 88.04%
HSB/HSV 291° 14.46% 94.90%
CMYK 2.07% 14.46% 0.00%
5.10%

Color #EDCFF2 in popluar number systems.

HEX ED CF F2
Decimal 237 207 242
Binary 11101101 11001111 11110010
Octal 355 317 362

Shades and tints

Shades of #EDCFF2

#EDCFF2
(237,207,242)
#D8BDDC
(216,189,220)
#C3ABC6
(195,171,198)
#AE99B0
(174,153,176)
#99879A
(153,135,154)
#847584
(132,117,132)
#6F636E
(111,99,110)
#5A5158
(90,81,88)
#453F42
(69,63,66)
#302D2C
(48,45,44)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #EDCFF2

#EDCFF2
(237,207,242)
#EED3F3
(238,211,243)
#EFD7F4
(239,215,244)
#F0DBF5
(240,219,245)
#F1DFF6
(241,223,246)
#F2E3F7
(242,227,247)
#F3E7F8
(243,231,248)
#F4EBF9
(244,235,249)
#F5EFFA
(245,239,250)
#F6F3FB
(246,243,251)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDCFF2 color. Also use rgb(237,207,242) instead hex code.

Text Font Color

.myTextColor { color: #EDCFF2; }

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

This text font color is #EDCFF2.

Background Color

.myBgColor { background-color: #EDCFF2; }

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

This div background color is #EDCFF2.

Border color

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

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

This div border color is #EDCFF2.

Opacity

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

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

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

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

This text has shadow with #EDCFF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDCFF2.

Preview

Color preview on black background

This text has color #EDCFF2 on black background.


Color preview on white background

This text has color #EDCFF2 on white background.


Black color preview on #EDCFF2 background

This text has black color on #EDCFF2 background.


White color preview on #EDCFF2 background

This text has white color on #EDCFF2 background.


Related colors

Complementary color

Complementary color for #hex is #12300D.


I love getcolorcode.com

Triadic colors

1 #F2EDCF and #CFF2ED with #EDCFF2 are triadic colors.

2 #F2CFED and #CFEDF2 with #EDCFF2 are triadic colors.