COLOR #ECD2FF

HEX: #ECD2FF
RGB: (236,210,255)

Color info

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

RGB color model

#ECD2FF color RGB value is (236,210,255).

  • red value is 236;
  • green value is 210;
  • blue value is 255.
RGB:
(236,210,255)
(93%,82%,100%)

RGB channels and saturation

R 236 of 255 = 93%
G 210 of 255 = 82%
B 255 of 255 = 100%

236
210
255

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

Portions of RGB colors in percentages

R + G + B =
236 + 210 + 255 = 701 (100%)
R 236 of 701 ~ 33.67%
G 210 of 701 ~ 29.96%
B 255 of 701 ~ 36.38%

%33.67
%29.96
%36.38

CMYK color model

#ECD2FF color CMYK value is (7,18,0,0).

  • cyan value is 7.45%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(7,18,0,0)
C7M18Y0K0 
(7%,18%,0%,0%)
(0.07/0.18/0.00/0.00)	

CMYK percentages

%7.45
%17.65
%0
%0

Codes

Color #ECD2FF in popluar color models

ECD2FF
RGB236210255
HSL275°100.00%91.18%
HSB/HSV275°17.65%100.00%
CMYK7.45%17.65%0.00%
0.00%

Color #ECD2FF in popluar number systems.

HEXECD2FF
Decimal236210255
Binary111011001101001011111111
Octal354322377

Shades and tints

Shades of #ECD2FF

#ECD2FF
(236,210,255)
#D7BFE8
(215,191,232)
#C2ACD1
(194,172,209)
#AD99BA
(173,153,186)
#9886A3
(152,134,163)
#83738C
(131,115,140)
#6E6075
(110,96,117)
#594D5E
(89,77,94)
#443A47
(68,58,71)
#2F2730
(47,39,48)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #ECD2FF

#ECD2FF
(236,210,255)
#EDD6FF
(237,214,255)
#EEDAFF
(238,218,255)
#EFDEFF
(239,222,255)
#F0E2FF
(240,226,255)
#F1E6FF
(241,230,255)
#F2EAFF
(242,234,255)
#F3EEFF
(243,238,255)
#F4F2FF
(244,242,255)
#F5F6FF
(245,246,255)
#F6FAFF
(246,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD2FF color. Also use rgb(236,210,255) instead hex code.

Text Font Color

.myTextColor { color: #ECD2FF; }

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

This text font color is #ECD2FF.


Background Color

.myBgColor { background-color: #ECD2FF; }

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

This div background color is #ECD2FF.


Border color

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

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

This div border color is #ECD2FF.


Opacity

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

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

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

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

This text has shadow with #ECD2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD2FF on black background.


Color preview on white background

This text has color #ECD2FF on white background.



Black color preview on #ECD2FF background

This text has black color on #ECD2FF background.


White color preview on #ECD2FF background

This text has white color on #ECD2FF background.