COLOR #ECDBFD

HEX: #ECDBFD
RGB: (236,219,253)

Color info

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

RGB color model

#ECDBFD color RGB value is (236,219,253).

  • red value is 236;
  • green value is 219;
  • blue value is 253.
RGB:
(236,219,253)
(93%,86%,99%)

RGB channels and saturation

R 236 of 255 = 93%
G 219 of 255 = 86%
B 253 of 255 = 99%

236
219
253

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

Portions of RGB colors in percentages

R + G + B =
236 + 219 + 253 = 708 (100%)
R 236 of 708 ~ 33.33%
G 219 of 708 ~ 30.93%
B 253 of 708 ~ 35.73%

%33.33
%30.93
%35.73

CMYK color model

#ECDBFD color CMYK value is (7,13,0,1).

  • cyan value is 6.72%
  • magenta value is 13.44%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(7,13,0,1)
C7M13Y0K1 
(7%,13%,0%,1%)
(0.07/0.13/0.00/0.01)	

CMYK percentages

%6.72
%13.44
%0
%0.78

Codes

Color #ECDBFD in popluar color models

ECDBFD
RGB236219253
HSL270°89.47%92.55%
HSB/HSV270°13.44%99.22%
CMYK6.72%13.44%0.00%
0.78%

Color #ECDBFD in popluar number systems.

HEXECDBFD
Decimal236219253
Binary111011001101101111111101
Octal354333375

Shades and tints

Shades of #ECDBFD

#ECDBFD
(236,219,253)
#D7C8E6
(215,200,230)
#C2B5CF
(194,181,207)
#ADA2B8
(173,162,184)
#988FA1
(152,143,161)
#837C8A
(131,124,138)
#6E6973
(110,105,115)
#59565C
(89,86,92)
#444345
(68,67,69)
#2F302E
(47,48,46)
#1A1D17
(26,29,23)
#000000
(0,0,0)

Tints of #ECDBFD

#ECDBFD
(236,219,253)
#EDDEFD
(237,222,253)
#EEE1FD
(238,225,253)
#EFE4FD
(239,228,253)
#F0E7FD
(240,231,253)
#F1EAFD
(241,234,253)
#F2EDFD
(242,237,253)
#F3F0FD
(243,240,253)
#F4F3FD
(244,243,253)
#F5F6FD
(245,246,253)
#F6F9FD
(246,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDBFD; }

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

This text font color is #ECDBFD.


Background Color

.myBgColor { background-color: #ECDBFD; }

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

This div background color is #ECDBFD.


Border color

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

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

This div border color is #ECDBFD.


Opacity

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

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

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

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

This text has shadow with #ECDBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDBFD on black background.


Color preview on white background

This text has color #ECDBFD on white background.



Black color preview on #ECDBFD background

This text has black color on #ECDBFD background.


White color preview on #ECDBFD background

This text has white color on #ECDBFD background.