COLOR #ECDAF7

HEX: #ECDAF7 RGB: (236,218,247)

Color info

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

RGB color model

#ECDAF7 color RGB value is (236,218,247).

RGB: (236,218,247) (93%, 85%, 97%)

RGB channels and saturation

R 236 of 255 = 93%
G 218 of 255 = 85%
B 247 of 255 = 97%

236
218
247

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

Portions of RGB colors in percentages

R + G + B = 236 + 218 + 247 = 701 (100%)
R 236 of 701 ~ 33.67%
G 218 of 701 ~ 31.1%
B 247 of 701 ~ 35.24'%

%33.67
%31.1
%35.24

CMYK color model

#ECDAF7 color CMYK value is (4,12,0,3).

  • cyan value is 4.45%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (4,12,0,3)
C4M12Y0K3 (4%, 12%, 0%, 3%)
(0.04 / 0.12 / 0.00 / 0.03)

CMYK percentages

%4.45
%11.74
%0
%3.14

Codes

Color #ECDAF7 in popluar color models

EC DA F7
RGB 236 218 247
HSL 277° 64.44% 91.18%
HSB/HSV 277° 11.74% 96.86%
CMYK 4.45% 11.74% 0.00%
3.14%

Color #ECDAF7 in popluar number systems.

HEX EC DA F7
Decimal 236 218 247
Binary 11101100 11011010 11110111
Octal 354 332 367

Shades and tints

Shades of #ECDAF7

#ECDAF7
(236,218,247)
#D7C7E1
(215,199,225)
#C2B4CB
(194,180,203)
#ADA1B5
(173,161,181)
#988E9F
(152,142,159)
#837B89
(131,123,137)
#6E6873
(110,104,115)
#59555D
(89,85,93)
#444247
(68,66,71)
#2F2F31
(47,47,49)
#1A1C1B
(26,28,27)
#000000
(0,0,0)

Tints of #ECDAF7

#ECDAF7
(236,218,247)
#EDDDF7
(237,221,247)
#EEE0F7
(238,224,247)
#EFE3F7
(239,227,247)
#F0E6F7
(240,230,247)
#F1E9F7
(241,233,247)
#F2ECF7
(242,236,247)
#F3EFF7
(243,239,247)
#F4F2F7
(244,242,247)
#F5F5F7
(245,245,247)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDAF7; }

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

This text font color is #ECDAF7.

Background Color

.myBgColor { background-color: #ECDAF7; }

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

This div background color is #ECDAF7.

Border color

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

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

This div border color is #ECDAF7.

Opacity

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

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

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

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

This text has shadow with #ECDAF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDAF7.

Preview

Color preview on black background

This text has color #ECDAF7 on black background.


Color preview on white background

This text has color #ECDAF7 on white background.


Black color preview on #ECDAF7 background

This text has black color on #ECDAF7 background.


White color preview on #ECDAF7 background

This text has white color on #ECDAF7 background.


Related colors

Complementary color

Complementary color for #hex is #132508.


I love getcolorcode.com

Triadic colors

1 #F7ECDA and #DAF7EC with #ECDAF7 are triadic colors.

2 #F7DAEC and #DAECF7 with #ECDAF7 are triadic colors.