COLOR #E6D5ED

HEX: #E6D5ED
RGB: (230,213,237)

Renk bilgisi

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

RGB renk modeli

#E6D5ED color RGB value is (230,213,237).

  • kırmız ton 230;
  • yeşil ton 213;
  • mavi ton 237.
RGB:
(230,213,237)
(90%,84%,93%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 237 of 255 = 93%

230
213
237

R + G + B ~ 89%. #E6D5ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 237 = 680 (100%)
R 230 of 680 ~ 33.82%
G 213 of 680 ~ 31.32%
B 237 of 680 ~ 34.85%

%33.82
%31.32
%34.85

CMYK RENK MODELİ

#E6D5ED rengi CMYK tonu (3,10,0,7).

  • camgöbeği tonu 2.95%
  • eflatun tonu 10.13%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,10,0,7)
C3M10Y0K7 
(3%,10%,0%,7%)
(0.03/0.10/0.00/0.07)	

CMYK yüzdeleri

%2.95
%10.13
%0
%7.06

Codes

Color #E6D5ED in popluar color models

E6D5ED
RGB230213237
HSL283°40.00%88.24%
HSB/HSV283°10.13%92.94%
CMYK2.95%10.13%0.00%
7.06%

Color #E6D5ED in popluar number systems.

HEXE6D5ED
Decimal230213237
Binary111001101101010111101101
Octal346325355

Shades and tints

Shades of #E6D5ED

#E6D5ED
(230,213,237)
#D2C2D8
(210,194,216)
#BEAFC3
(190,175,195)
#AA9CAE
(170,156,174)
#968999
(150,137,153)
#827684
(130,118,132)
#6E636F
(110,99,111)
#5A505A
(90,80,90)
#463D45
(70,61,69)
#322A30
(50,42,48)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6D5ED

#E6D5ED
(230,213,237)
#E8D8EE
(232,216,238)
#EADBEF
(234,219,239)
#ECDEF0
(236,222,240)
#EEE1F1
(238,225,241)
#F0E4F2
(240,228,242)
#F2E7F3
(242,231,243)
#F4EAF4
(244,234,244)
#F6EDF5
(246,237,245)
#F8F0F6
(248,240,246)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D5ED color. Also use rgb(230,213,237) instead hex code.

Text Font Color

.myTextColor { color: #E6D5ED; }

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

This text font color is #E6D5ED.


Background Color

.myBgColor { background-color: #E6D5ED; }

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

This div background color is #E6D5ED.


Border color

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

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

This div border color is #E6D5ED.


Opacity

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

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

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

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

This text has shadow with #E6D5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5ED on black background.


Color preview on white background

This text has color #E6D5ED on white background.



Black color preview on #E6D5ED background

This text has black color on #E6D5ED background.


White color preview on #E6D5ED background

This text has white color on #E6D5ED background.