COLOR #ECEBFA

HEX: #ECEBFA RGB: (236,235,250)

Color info

#ECEBFA contains red, green and blue colors in about the same proportion. Web safe color of #ECEBFA is #FFFFFF (or #FFF).

RGB color model

#ECEBFA color RGB value is (236,235,250).

RGB: (236,235,250) (93%, 92%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 235 of 255 = 92%
B 250 of 255 = 98%

236
235
250

R + G + B ~ 94%. #ECEBFA is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 235 + 250 = 721 (100%)
R 236 of 721 ~ 32.73%
G 235 of 721 ~ 32.59%
B 250 of 721 ~ 34.67'%

%32.73
%32.59
%34.67

CMYK color model

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

  • cyan value is 5.60%
  • magenta value is 6.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,6,0,2)
C6M6Y0K2 (6%, 6%, 0%, 2%)
(0.06 / 0.06 / 0.00 / 0.02)

CMYK percentages

%5.6
%6
%0
%1.96

Codes

Color #ECEBFA in popluar color models

EC EB FA
RGB 236 235 250
HSL 244° 60.00% 95.10%
HSB/HSV 244° 6.00% 98.04%
CMYK 5.60% 6.00% 0.00%
1.96%

Color #ECEBFA in popluar number systems.

HEX EC EB FA
Decimal 236 235 250
Binary 11101100 11101011 11111010
Octal 354 353 372

Shades and tints

Shades of #ECEBFA

#ECEBFA
(236,235,250)
#D7D6E4
(215,214,228)
#C2C1CE
(194,193,206)
#ADACB8
(173,172,184)
#9897A2
(152,151,162)
#83828C
(131,130,140)
#6E6D76
(110,109,118)
#595860
(89,88,96)
#44434A
(68,67,74)
#2F2E34
(47,46,52)
#1A191E
(26,25,30)
#000000
(0,0,0)

Tints of #ECEBFA

#ECEBFA
(236,235,250)
#EDECFA
(237,236,250)
#EEEDFA
(238,237,250)
#EFEEFA
(239,238,250)
#F0EFFA
(240,239,250)
#F1F0FA
(241,240,250)
#F2F1FA
(242,241,250)
#F3F2FA
(243,242,250)
#F4F3FA
(244,243,250)
#F5F4FA
(245,244,250)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECEBFA; }

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

This text font color is #ECEBFA.

Background Color

.myBgColor { background-color: #ECEBFA; }

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

This div background color is #ECEBFA.

Border color

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

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

This div border color is #ECEBFA.

Opacity

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

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

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

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

This text has shadow with #ECEBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECEBFA.

Preview

Color preview on black background

This text has color #ECEBFA on black background.


Color preview on white background

This text has color #ECEBFA on white background.


Black color preview on #ECEBFA background

This text has black color on #ECEBFA background.


White color preview on #ECEBFA background

This text has white color on #ECEBFA background.


Related colors

Complementary color

Complementary color for #hex is #131405.


I love getcolorcode.com

Triadic colors

1 #FAECEB and #EBFAEC with #ECEBFA are triadic colors.

2 #FAEBEC and #EBECFA with #ECEBFA are triadic colors.