COLOR #EBD2FA

HEX: #EBD2FA RGB: (235,210,250)

Color info

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

RGB color model

#EBD2FA color RGB value is (235,210,250).

RGB: (235,210,250) (92%, 82%, 98%)

RGB channels and saturation

R 235 of 255 = 92%
G 210 of 255 = 82%
B 250 of 255 = 98%

235
210
250

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

Portions of RGB colors in percentages

R + G + B = 235 + 210 + 250 = 695 (100%)
R 235 of 695 ~ 33.81%
G 210 of 695 ~ 30.22%
B 250 of 695 ~ 35.97'%

%33.81
%30.22
%35.97

CMYK color model

#EBD2FA color CMYK value is (6,16,0,2).

  • cyan value is 6.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (6,16,0,2)
C6M16Y0K2 (6%, 16%, 0%, 2%)
(0.06 / 0.16 / 0.00 / 0.02)

CMYK percentages

%6
%16
%0
%1.96

Codes

Color #EBD2FA in popluar color models

EB D2 FA
RGB 235 210 250
HSL 278° 80.00% 90.20%
HSB/HSV 278° 16.00% 98.04%
CMYK 6.00% 16.00% 0.00%
1.96%

Color #EBD2FA in popluar number systems.

HEX EB D2 FA
Decimal 235 210 250
Binary 11101011 11010010 11111010
Octal 353 322 372

Shades and tints

Shades of #EBD2FA

#EBD2FA
(235,210,250)
#D6BFE4
(214,191,228)
#C1ACCE
(193,172,206)
#AC99B8
(172,153,184)
#9786A2
(151,134,162)
#82738C
(130,115,140)
#6D6076
(109,96,118)
#584D60
(88,77,96)
#433A4A
(67,58,74)
#2E2734
(46,39,52)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #EBD2FA

#EBD2FA
(235,210,250)
#ECD6FA
(236,214,250)
#EDDAFA
(237,218,250)
#EEDEFA
(238,222,250)
#EFE2FA
(239,226,250)
#F0E6FA
(240,230,250)
#F1EAFA
(241,234,250)
#F2EEFA
(242,238,250)
#F3F2FA
(243,242,250)
#F4F6FA
(244,246,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD2FA color. Also use rgb(235,210,250) instead hex code.

Text Font Color

.myTextColor { color: #EBD2FA; }

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

This text font color is #EBD2FA.

Background Color

.myBgColor { background-color: #EBD2FA; }

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

This div background color is #EBD2FA.

Border color

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

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

This div border color is #EBD2FA.

Opacity

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

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

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

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

This text has shadow with #EBD2FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBD2FA.

Preview

Color preview on black background

This text has color #EBD2FA on black background.


Color preview on white background

This text has color #EBD2FA on white background.


Black color preview on #EBD2FA background

This text has black color on #EBD2FA background.


White color preview on #EBD2FA background

This text has white color on #EBD2FA background.


Related colors

Complementary color

Complementary color for #hex is #142D05.


I love getcolorcode.com

Triadic colors

1 #FAEBD2 and #D2FAEB with #EBD2FA are triadic colors.

2 #FAD2EB and #D2EBFA with #EBD2FA are triadic colors.