COLOR #ECDBFA

HEX: #ECDBFA RGB: (236,219,250)

Color info

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

RGB color model

#ECDBFA color RGB value is (236,219,250).

RGB: (236,219,250) (93%, 86%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 250 of 255 = 98%

236
219
250

R + G + B ~ 92%. #ECDBFA is light color.

Portions of RGB colors in percentages

R + G + B = 236 + 219 + 250 = 705 (100%)
R 236 of 705 ~ 33.48%
G 219 of 705 ~ 31.06%
B 250 of 705 ~ 35.46'%

%33.48
%31.06
%35.46

CMYK color model

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

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

CMYK: (6,12,0,2)
C6M12Y0K2 (6%, 12%, 0%, 2%)
(0.06 / 0.12 / 0.00 / 0.02)

CMYK percentages

%5.6
%12.4
%0
%1.96

Codes

Color #ECDBFA in popluar color models

EC DB FA
RGB 236 219 250
HSL 273° 75.61% 91.96%
HSB/HSV 273° 12.40% 98.04%
CMYK 5.60% 12.40% 0.00%
1.96%

Color #ECDBFA in popluar number systems.

HEX EC DB FA
Decimal 236 219 250
Binary 11101100 11011011 11111010
Octal 354 333 372

Shades and tints

Shades of #ECDBFA

#ECDBFA
(236,219,250)
#D7C8E4
(215,200,228)
#C2B5CE
(194,181,206)
#ADA2B8
(173,162,184)
#988FA2
(152,143,162)
#837C8C
(131,124,140)
#6E6976
(110,105,118)
#595660
(89,86,96)
#44434A
(68,67,74)
#2F3034
(47,48,52)
#1A1D1E
(26,29,30)
#000000
(0,0,0)

Tints of #ECDBFA

#ECDBFA
(236,219,250)
#EDDEFA
(237,222,250)
#EEE1FA
(238,225,250)
#EFE4FA
(239,228,250)
#F0E7FA
(240,231,250)
#F1EAFA
(241,234,250)
#F2EDFA
(242,237,250)
#F3F0FA
(243,240,250)
#F4F3FA
(244,243,250)
#F5F6FA
(245,246,250)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBFA; }

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

This text font color is #ECDBFA.

Background Color

.myBgColor { background-color: #ECDBFA; }

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

This div background color is #ECDBFA.

Border color

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

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

This div border color is #ECDBFA.

Opacity

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

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

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

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

This text has shadow with #ECDBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDBFA.

Preview

Color preview on black background

This text has color #ECDBFA on black background.


Color preview on white background

This text has color #ECDBFA on white background.


Black color preview on #ECDBFA background

This text has black color on #ECDBFA background.


White color preview on #ECDBFA background

This text has white color on #ECDBFA background.


Related colors

Complementary color

Complementary color for #hex is #132405.


I love getcolorcode.com

Triadic colors

1 #FAECDB and #DBFAEC with #ECDBFA are triadic colors.

2 #FADBEC and #DBECFA with #ECDBFA are triadic colors.