COLOR #ECE2FA

HEX: #ECE2FA RGB: (236,226,250)

Color info

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

RGB color model

#ECE2FA color RGB value is (236,226,250).

RGB: (236,226,250) (93%, 89%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 226 of 255 = 89%
B 250 of 255 = 98%

236
226
250

R + G + B ~ 93%. #ECE2FA is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 226 + 250 = 712 (100%)
R 236 of 712 ~ 33.15%
G 226 of 712 ~ 31.74%
B 250 of 712 ~ 35.11'%

%33.15
%31.74
%35.11

CMYK color model

#ECE2FA color CMYK value is (6,10,0,2).

  • cyan value is 5.60%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (6,10,0,2) C6M10Y0K2 (6%,10%,0%,2%) (0.06/0.10/0.00/0.02) 

CMYK percentages

%5.6
%9.6
%0
%1.96

Codes

Color #ECE2FA in popluar color models

EC E2 FA
RGB 236 226 250
HSL 265° 70.59% 93.33%
HSB/HSV 265° 9.60% 98.04%
CMYK 5.60% 9.60% 0.00%
1.96%

Color #ECE2FA in popluar number systems.

HEX EC E2 FA
Decimal 236 226 250
Binary 11101100 11100010 11111010
Octal 354 342 372

Shades and tints

Shades of #ECE2FA

#ECE2FA
(236,226,250)
#D7CEE4
(215,206,228)
#C2BACE
(194,186,206)
#ADA6B8
(173,166,184)
#9892A2
(152,146,162)
#837E8C
(131,126,140)
#6E6A76
(110,106,118)
#595660
(89,86,96)
#44424A
(68,66,74)
#2F2E34
(47,46,52)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #ECE2FA

#ECE2FA
(236,226,250)
#EDE4FA
(237,228,250)
#EEE6FA
(238,230,250)
#EFE8FA
(239,232,250)
#F0EAFA
(240,234,250)
#F1ECFA
(241,236,250)
#F2EEFA
(242,238,250)
#F3F0FA
(243,240,250)
#F4F2FA
(244,242,250)
#F5F4FA
(245,244,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECE2FA color. Also use rgb(236,226,250) instead hex code.

Text Font Color

.myTextColor { color: #ECE2FA; }

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

This text font color is #ECE2FA.

Background Color

.myBgColor { background-color: #ECE2FA; }

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

This div background color is #ECE2FA.

Border color

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

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

This div border color is #ECE2FA.

Opacity

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

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

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

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

This text has shadow with #ECE2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECE2FA.

Preview

Color preview on black background

This text has color #ECE2FA on black background.


Color preview on white background

This text has color #ECE2FA on white background.


Black color preview on #ECE2FA background

This text has black color on #ECE2FA background.


White color preview on #ECE2FA background

This text has white color on #ECE2FA background.


Related colors

Complementary color

Complementary color for #hex is #131D05.


I love getcolorcode.com

Triadic colors

1 #FAECE2 and #E2FAEC with #ECE2FA are triadic colors.

2 #FAE2EC and #E2ECFA with #ECE2FA are triadic colors.