COLOR #ECD5FD

HEX: #ECD5FD
RGB: (236,213,253)

Renk bilgisi

#ECD5FD contains red, green and blue colors in about the same proportion. #ECD5FD ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#ECD5FD color RGB value is (236,213,253).

  • kırmız ton 236;
  • yeşil ton 213;
  • mavi ton 253.
RGB:
(236,213,253)
(93%,84%,99%)

RGB bağlantıları ve doygunluk

R 236 of 255 = 93%
G 213 of 255 = 84%
B 253 of 255 = 99%

236
213
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
236 + 213 + 253 = 702 (100%)
R 236 of 702 ~ 33.62%
G 213 of 702 ~ 30.34%
B 253 of 702 ~ 36.04%

%33.62
%30.34
%36.04

CMYK RENK MODELİ

#ECD5FD rengi CMYK tonu (7,16,0,1).

  • camgöbeği tonu 6.72%
  • eflatun tonu 15.81%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(7,16,0,1)
C7M16Y0K1 
(7%,16%,0%,1%)
(0.07/0.16/0.00/0.01)	

CMYK yüzdeleri

%6.72
%15.81
%0
%0.78

Codes

Color #ECD5FD in popluar color models

ECD5FD
RGB236213253
HSL275°90.91%91.37%
HSB/HSV275°15.81%99.22%
CMYK6.72%15.81%0.00%
0.78%

Color #ECD5FD in popluar number systems.

HEXECD5FD
Decimal236213253
Binary111011001101010111111101
Octal354325375

Shades and tints

Shades of #ECD5FD

#ECD5FD
(236,213,253)
#D7C2E6
(215,194,230)
#C2AFCF
(194,175,207)
#AD9CB8
(173,156,184)
#9889A1
(152,137,161)
#83768A
(131,118,138)
#6E6373
(110,99,115)
#59505C
(89,80,92)
#443D45
(68,61,69)
#2F2A2E
(47,42,46)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #ECD5FD

#ECD5FD
(236,213,253)
#EDD8FD
(237,216,253)
#EEDBFD
(238,219,253)
#EFDEFD
(239,222,253)
#F0E1FD
(240,225,253)
#F1E4FD
(241,228,253)
#F2E7FD
(242,231,253)
#F3EAFD
(243,234,253)
#F4EDFD
(244,237,253)
#F5F0FD
(245,240,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD5FD; }

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

This text font color is #ECD5FD.


Background Color

.myBgColor { background-color: #ECD5FD; }

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

This div background color is #ECD5FD.


Border color

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

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

This div border color is #ECD5FD.


Opacity

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

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

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

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

This text has shadow with #ECD5FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD5FD on black background.


Color preview on white background

This text has color #ECD5FD on white background.



Black color preview on #ECD5FD background

This text has black color on #ECD5FD background.


White color preview on #ECD5FD background

This text has white color on #ECD5FD background.