COLOR #E5D4FF

HEX: #E5D4FF
RGB: (229,212,255)

Renk bilgisi

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

RGB renk modeli

#E5D4FF color RGB value is (229,212,255).

  • kırmız ton 229;
  • yeşil ton 212;
  • mavi ton 255.
RGB:
(229,212,255)
(90%,83%,100%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 212 of 255 = 83%
B 255 of 255 = 100%

229
212
255

R + G + B ~ 91%. #E5D4FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 212 + 255 = 696 (100%)
R 229 of 696 ~ 32.9%
G 212 of 696 ~ 30.46%
B 255 of 696 ~ 36.64%

%32.9
%30.46
%36.64

CMYK RENK MODELİ

#E5D4FF rengi CMYK tonu (10,17,0,0).

  • camgöbeği tonu 10.20%
  • eflatun tonu 16.86%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,17,0,0)
C10M17Y0K0 
(10%,17%,0%,0%)
(0.10/0.17/0.00/0.00)	

CMYK yüzdeleri

%10.2
%16.86
%0
%0

Codes

Color #E5D4FF in popluar color models

E5D4FF
RGB229212255
HSL264°100.00%91.57%
HSB/HSV264°16.86%100.00%
CMYK10.20%16.86%0.00%
0.00%

Color #E5D4FF in popluar number systems.

HEXE5D4FF
Decimal229212255
Binary111001011101010011111111
Octal345324377

Shades and tints

Shades of #E5D4FF

#E5D4FF
(229,212,255)
#D1C1E8
(209,193,232)
#BDAED1
(189,174,209)
#A99BBA
(169,155,186)
#9588A3
(149,136,163)
#81758C
(129,117,140)
#6D6275
(109,98,117)
#594F5E
(89,79,94)
#453C47
(69,60,71)
#312930
(49,41,48)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5D4FF

#E5D4FF
(229,212,255)
#E7D7FF
(231,215,255)
#E9DAFF
(233,218,255)
#EBDDFF
(235,221,255)
#EDE0FF
(237,224,255)
#EFE3FF
(239,227,255)
#F1E6FF
(241,230,255)
#F3E9FF
(243,233,255)
#F5ECFF
(245,236,255)
#F7EFFF
(247,239,255)
#F9F2FF
(249,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D4FF color. Also use rgb(229,212,255) instead hex code.

Text Font Color

.myTextColor { color: #E5D4FF; }

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

This text font color is #E5D4FF.


Background Color

.myBgColor { background-color: #E5D4FF; }

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

This div background color is #E5D4FF.


Border color

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

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

This div border color is #E5D4FF.


Opacity

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

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

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

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

This text has shadow with #E5D4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D4FF on black background.


Color preview on white background

This text has color #E5D4FF on white background.



Black color preview on #E5D4FF background

This text has black color on #E5D4FF background.


White color preview on #E5D4FF background

This text has white color on #E5D4FF background.