COLOR #EAD7EC

HEX: #EAD7EC RGB: (234,215,236)

Color info

#EAD7EC contains red, green and blue colors in about the same proportion. Web safe color of #EAD7EC is #FFCCFF (or #FCF).

RGB color model

#EAD7EC color RGB value is (234,215,236).

RGB: (234,215,236) (92%, 84%, 93%)

RGB channels and saturation

R 234 of 255 = 92%
G 215 of 255 = 84%
B 236 of 255 = 93%

234
215
236

R + G + B ~ 90%. #EAD7EC is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 215 + 236 = 685 (100%)
R 234 of 685 ~ 34.16%
G 215 of 685 ~ 31.39%
B 236 of 685 ~ 34.45'%

%34.16
%31.39
%34.45

CMYK color model

#EAD7EC color CMYK value is (1,9,0,7).

  • cyan value is 0.85%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (1,9,0,7)
C1M9Y0K7 (1%, 9%, 0%, 7%)
(0.01 / 0.09 / 0.00 / 0.07)

CMYK percentages

%0.85
%8.9
%0
%7.45

Codes

Color #EAD7EC in popluar color models

EA D7 EC
RGB 234 215 236
HSL 294° 35.59% 88.43%
HSB/HSV 294° 8.90% 92.55%
CMYK 0.85% 8.90% 0.00%
7.45%

Color #EAD7EC in popluar number systems.

HEX EA D7 EC
Decimal 234 215 236
Binary 11101010 11010111 11101100
Octal 352 327 354

Shades and tints

Shades of #EAD7EC

#EAD7EC
(234,215,236)
#D5C4D7
(213,196,215)
#C0B1C2
(192,177,194)
#AB9EAD
(171,158,173)
#968B98
(150,139,152)
#817883
(129,120,131)
#6C656E
(108,101,110)
#575259
(87,82,89)
#423F44
(66,63,68)
#2D2C2F
(45,44,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #EAD7EC

#EAD7EC
(234,215,236)
#EBDAED
(235,218,237)
#ECDDEE
(236,221,238)
#EDE0EF
(237,224,239)
#EEE3F0
(238,227,240)
#EFE6F1
(239,230,241)
#F0E9F2
(240,233,242)
#F1ECF3
(241,236,243)
#F2EFF4
(242,239,244)
#F3F2F5
(243,242,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD7EC color. Also use rgb(234,215,236) instead hex code.

Text Font Color

.myTextColor { color: #EAD7EC; }

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

This text font color is #EAD7EC.

Background Color

.myBgColor { background-color: #EAD7EC; }

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

This div background color is #EAD7EC.

Border color

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

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

This div border color is #EAD7EC.

Opacity

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

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

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

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

This text has shadow with #EAD7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD7EC.

Preview

Color preview on black background

This text has color #EAD7EC on black background.


Color preview on white background

This text has color #EAD7EC on white background.


Black color preview on #EAD7EC background

This text has black color on #EAD7EC background.


White color preview on #EAD7EC background

This text has white color on #EAD7EC background.


Related colors

Complementary color

Complementary color for #hex is #152813.


I love getcolorcode.com

Triadic colors

1 #ECEAD7 and #D7ECEA with #EAD7EC are triadic colors.

2 #ECD7EA and #D7EAEC with #EAD7EC are triadic colors.