COLOR #ECDAFA

HEX: #ECDAFA RGB: (236,218,250)

Color info

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

RGB color model

#ECDAFA color RGB value is (236,218,250).

RGB: (236,218,250) (93%, 85%, 98%)

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 250 of 255 = 98%

236
218
250

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

Portions of RGB colors in percentages

R + G + B = 236 + 218 + 250 = 704 (100%)
R 236 of 704 ~ 33.52%
G 218 of 704 ~ 30.97%
B 250 of 704 ~ 35.51'%

%33.52
%30.97
%35.51

CMYK color model

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

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

CMYK: (6,13,0,2)
C6M13Y0K2 (6%, 13%, 0%, 2%)
(0.06 / 0.13 / 0.00 / 0.02)

CMYK percentages

%5.6
%12.8
%0
%1.96

Codes

Color #ECDAFA in popluar color models

EC DA FA
RGB 236 218 250
HSL 274° 76.19% 91.76%
HSB/HSV 274° 12.80% 98.04%
CMYK 5.60% 12.80% 0.00%
1.96%

Color #ECDAFA in popluar number systems.

HEX EC DA FA
Decimal 236 218 250
Binary 11101100 11011010 11111010
Octal 354 332 372

Shades and tints

Shades of #ECDAFA

#ECDAFA
(236,218,250)
#D7C7E4
(215,199,228)
#C2B4CE
(194,180,206)
#ADA1B8
(173,161,184)
#988EA2
(152,142,162)
#837B8C
(131,123,140)
#6E6876
(110,104,118)
#595560
(89,85,96)
#44424A
(68,66,74)
#2F2F34
(47,47,52)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #ECDAFA

#ECDAFA
(236,218,250)
#EDDDFA
(237,221,250)
#EEE0FA
(238,224,250)
#EFE3FA
(239,227,250)
#F0E6FA
(240,230,250)
#F1E9FA
(241,233,250)
#F2ECFA
(242,236,250)
#F3EFFA
(243,239,250)
#F4F2FA
(244,242,250)
#F5F5FA
(245,245,250)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDAFA; }

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

This text font color is #ECDAFA.

Background Color

.myBgColor { background-color: #ECDAFA; }

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

This div background color is #ECDAFA.

Border color

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

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

This div border color is #ECDAFA.

Opacity

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

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

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

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

This text has shadow with #ECDAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDAFA.

Preview

Color preview on black background

This text has color #ECDAFA on black background.


Color preview on white background

This text has color #ECDAFA on white background.


Black color preview on #ECDAFA background

This text has black color on #ECDAFA background.


White color preview on #ECDAFA background

This text has white color on #ECDAFA background.


Related colors

Complementary color

Complementary color for #hex is #132505.


I love getcolorcode.com

Triadic colors

1 #FAECDA and #DAFAEC with #ECDAFA are triadic colors.

2 #FADAEC and #DAECFA with #ECDAFA are triadic colors.