COLOR #E7DDFB

HEX: #E7DDFB
RGB: (231,221,251)

Renk bilgisi

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

RGB renk modeli

#E7DDFB color RGB value is (231,221,251).

  • kırmız ton 231;
  • yeşil ton 221;
  • mavi ton 251.
RGB:
(231,221,251)
(91%,87%,98%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 221 of 255 = 87%
B 251 of 255 = 98%

231
221
251

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 221 + 251 = 703 (100%)
R 231 of 703 ~ 32.86%
G 221 of 703 ~ 31.44%
B 251 of 703 ~ 35.7%

%32.86
%31.44
%35.7

CMYK RENK MODELİ

#E7DDFB rengi CMYK tonu (8,12,0,2).

  • camgöbeği tonu 7.97%
  • eflatun tonu 11.95%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(8,12,0,2)
C8M12Y0K2 
(8%,12%,0%,2%)
(0.08/0.12/0.00/0.02)	

CMYK yüzdeleri

%7.97
%11.95
%0
%1.57

Codes

Color #E7DDFB in popluar color models

E7DDFB
RGB231221251
HSL260°78.95%92.55%
HSB/HSV260°11.95%98.43%
CMYK7.97%11.95%0.00%
1.57%

Color #E7DDFB in popluar number systems.

HEXE7DDFB
Decimal231221251
Binary111001111101110111111011
Octal347335373

Shades and tints

Shades of #E7DDFB

#E7DDFB
(231,221,251)
#D2C9E5
(210,201,229)
#BDB5CF
(189,181,207)
#A8A1B9
(168,161,185)
#938DA3
(147,141,163)
#7E798D
(126,121,141)
#696577
(105,101,119)
#545161
(84,81,97)
#3F3D4B
(63,61,75)
#2A2935
(42,41,53)
#15151F
(21,21,31)
#000000
(0,0,0)

Tints of #E7DDFB

#E7DDFB
(231,221,251)
#E9E0FB
(233,224,251)
#EBE3FB
(235,227,251)
#EDE6FB
(237,230,251)
#EFE9FB
(239,233,251)
#F1ECFB
(241,236,251)
#F3EFFB
(243,239,251)
#F5F2FB
(245,242,251)
#F7F5FB
(247,245,251)
#F9F8FB
(249,248,251)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DDFB color. Also use rgb(231,221,251) instead hex code.

Text Font Color

.myTextColor { color: #E7DDFB; }

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

This text font color is #E7DDFB.


Background Color

.myBgColor { background-color: #E7DDFB; }

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

This div background color is #E7DDFB.


Border color

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

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

This div border color is #E7DDFB.


Opacity

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

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

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

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

This text has shadow with #E7DDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DDFB on black background.


Color preview on white background

This text has color #E7DDFB on white background.



Black color preview on #E7DDFB background

This text has black color on #E7DDFB background.


White color preview on #E7DDFB background

This text has white color on #E7DDFB background.