COLOR #EBBDDA

HEX: #EBBDDA RGB: (235,189,218)

Color info

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

RGB color model

#EBBDDA color RGB value is (235,189,218).

RGB: (235,189,218) (92%, 74%, 85%)

RGB channels and saturation

R 235 of 255 = 92%
G 189 of 255 = 74%
B 218 of 255 = 85%

235
189
218

R + G + B ~ 84%. #EBBDDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 189 + 218 = 642 (100%)
R 235 of 642 ~ 36.6%
G 189 of 642 ~ 29.44%
B 218 of 642 ~ 33.96'%

%36.6
%29.44
%33.96

CMYK color model

#EBBDDA color CMYK value is (0,20,7,8).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 7.23%
  • key color value is 7.84%

CMYK: (0,20,7,8)
C0M20Y7K8 (0%, 20%, 7%, 8%)
(0.00 / 0.20 / 0.07 / 0.08)

CMYK percentages

%0
%19.57
%7.23
%7.84

Codes

Color #EBBDDA in popluar color models

EB BD DA
RGB 235 189 218
HSL 322° 53.49% 83.14%
HSB/HSV 322° 19.57% 92.16%
CMYK 0.00% 19.57% 7.23%
7.84%

Color #EBBDDA in popluar number systems.

HEX EB BD DA
Decimal 235 189 218
Binary 11101011 10111101 11011010
Octal 353 275 332

Shades and tints

Shades of #EBBDDA

#EBBDDA
(235,189,218)
#D6ACC7
(214,172,199)
#C19BB4
(193,155,180)
#AC8AA1
(172,138,161)
#97798E
(151,121,142)
#82687B
(130,104,123)
#6D5768
(109,87,104)
#584655
(88,70,85)
#433542
(67,53,66)
#2E242F
(46,36,47)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #EBBDDA

#EBBDDA
(235,189,218)
#ECC3DD
(236,195,221)
#EDC9E0
(237,201,224)
#EECFE3
(238,207,227)
#EFD5E6
(239,213,230)
#F0DBE9
(240,219,233)
#F1E1EC
(241,225,236)
#F2E7EF
(242,231,239)
#F3EDF2
(243,237,242)
#F4F3F5
(244,243,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBDDA color. Also use rgb(235,189,218) instead hex code.

Text Font Color

.myTextColor { color: #EBBDDA; }

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

This text font color is #EBBDDA.

Background Color

.myBgColor { background-color: #EBBDDA; }

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

This div background color is #EBBDDA.

Border color

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

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

This div border color is #EBBDDA.

Opacity

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

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

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

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

This text has shadow with #EBBDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBDDA.

Preview

Color preview on black background

This text has color #EBBDDA on black background.


Color preview on white background

This text has color #EBBDDA on white background.


Black color preview on #EBBDDA background

This text has black color on #EBBDDA background.


White color preview on #EBBDDA background

This text has white color on #EBBDDA background.


Related colors

Complementary color

Complementary color for #hex is #144225.


I love getcolorcode.com

Triadic colors

1 #DAEBBD and #BDDAEB with #EBBDDA are triadic colors.

2 #DABDEB and #BDEBDA with #EBBDDA are triadic colors.