COLOR #EAD1E2

HEX: #EAD1E2
RGB: (234,209,226)

Color info

#EAD1E2 contains red, green and blue colors in about the same proportion. Web safe color of #EAD1E2 is #FFCCCC (or #FCC).

RGB color model

#EAD1E2 color RGB value is (234,209,226).

  • red value is 234;
  • green value is 209;
  • blue value is 226.
RGB: (234,209,226) (92%,82%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 209 of 255 = 82%
B 226 of 255 = 89%

234
209
226

R + G + B ~ 88%. #EAD1E2 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 209 + 226 = 669 (100%)
R 234 of 669 ~ 34.98%
G 209 of 669 ~ 31.24%
B 226 of 669 ~ 33.78%

%34.98
%31.24
%33.78

CMYK color model

#EAD1E2 color CMYK value is (0,11,3,8).

  • cyan value is 0.00%
  • magenta value is 10.68%
  • yellow value is 3.42%
  • key color value is 8.24%
CMYK: (0,11,3,8) C0M11Y3K8 (0%,11%,3%,8%) (0.00/0.11/0.03/0.08)

CMYK percentages

%0
%10.68
%3.42
%8.24

Codes

Color #EAD1E2 in popluar color models

EAD1E2
RGB234209226
HSL319°37.31%86.86%
HSB/HSV319°10.68%91.76%
CMYK0.00%10.68%3.42%
8.24%

Color #EAD1E2 in popluar number systems.

HEXEAD1E2
Decimal234209226
Binary111010101101000111100010
Octal352321342

Shades and tints

Shades of #EAD1E2

#EAD1E2
(234,209,226)
#D5BECE
(213,190,206)
#C0ABBA
(192,171,186)
#AB98A6
(171,152,166)
#968592
(150,133,146)
#81727E
(129,114,126)
#6C5F6A
(108,95,106)
#574C56
(87,76,86)
#423942
(66,57,66)
#2D262E
(45,38,46)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #EAD1E2

#EAD1E2
(234,209,226)
#EBD5E4
(235,213,228)
#ECD9E6
(236,217,230)
#EDDDE8
(237,221,232)
#EEE1EA
(238,225,234)
#EFE5EC
(239,229,236)
#F0E9EE
(240,233,238)
#F1EDF0
(241,237,240)
#F2F1F2
(242,241,242)
#F3F5F4
(243,245,244)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD1E2 color. Also use rgb(234,209,226) instead hex code.

Text Font Color

.myTextColor { color: #EAD1E2; }

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

This text font color is #EAD1E2.


Background Color

.myBgColor { background-color: #EAD1E2; }

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

This div background color is #EAD1E2.


Border color

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

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

This div border color is #EAD1E2.


Opacity

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

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

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

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

This text has shadow with #EAD1E2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #EAD1E2 on black background.


Color preview on white background

This text has color #EAD1E2 on white background.



Black color preview on #EAD1E2 background

This text has black color on #EAD1E2 background.


White color preview on #EAD1E2 background

This text has white color on #EAD1E2 background.