COLOR #EBBEDE

HEX: #EBBEDE RGB: (235,190,222)

Color info

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

RGB color model

#EBBEDE color RGB value is (235,190,222).

RGB: (235,190,222) (92%, 75%, 87%)

RGB channels and saturation

R 235 of 255 = 92%
G 190 of 255 = 75%
B 222 of 255 = 87%

235
190
222

R + G + B ~ 85%. #EBBEDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 190 + 222 = 647 (100%)
R 235 of 647 ~ 36.32%
G 190 of 647 ~ 29.37%
B 222 of 647 ~ 34.31'%

%36.32
%29.37
%34.31

CMYK color model

#EBBEDE color CMYK value is (0,19,6,8).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 5.53%
  • key color value is 7.84%

CMYK: (0,19,6,8)
C0M19Y6K8 (0%, 19%, 6%, 8%)
(0.00 / 0.19 / 0.06 / 0.08)

CMYK percentages

%0
%19.15
%5.53
%7.84

Codes

Color #EBBEDE in popluar color models

EB BE DE
RGB 235 190 222
HSL 317° 52.94% 83.33%
HSB/HSV 317° 19.15% 92.16%
CMYK 0.00% 19.15% 5.53%
7.84%

Color #EBBEDE in popluar number systems.

HEX EB BE DE
Decimal 235 190 222
Binary 11101011 10111110 11011110
Octal 353 276 336

Shades and tints

Shades of #EBBEDE

#EBBEDE
(235,190,222)
#D6ADCA
(214,173,202)
#C19CB6
(193,156,182)
#AC8BA2
(172,139,162)
#977A8E
(151,122,142)
#82697A
(130,105,122)
#6D5866
(109,88,102)
#584752
(88,71,82)
#43363E
(67,54,62)
#2E252A
(46,37,42)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #EBBEDE

#EBBEDE
(235,190,222)
#ECC3E1
(236,195,225)
#EDC8E4
(237,200,228)
#EECDE7
(238,205,231)
#EFD2EA
(239,210,234)
#F0D7ED
(240,215,237)
#F1DCF0
(241,220,240)
#F2E1F3
(242,225,243)
#F3E6F6
(243,230,246)
#F4EBF9
(244,235,249)
#F5F0FC
(245,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBEDE color. Also use rgb(235,190,222) instead hex code.

Text Font Color

.myTextColor { color: #EBBEDE; }

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

This text font color is #EBBEDE.

Background Color

.myBgColor { background-color: #EBBEDE; }

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

This div background color is #EBBEDE.

Border color

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

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

This div border color is #EBBEDE.

Opacity

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

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

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

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

This text has shadow with #EBBEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBBEDE.

Preview

Color preview on black background

This text has color #EBBEDE on black background.


Color preview on white background

This text has color #EBBEDE on white background.


Black color preview on #EBBEDE background

This text has black color on #EBBEDE background.


White color preview on #EBBEDE background

This text has white color on #EBBEDE background.


Related colors

Complementary color

Complementary color for #hex is #144121.


I love getcolorcode.com

Triadic colors

1 #DEEBBE and #BEDEEB with #EBBEDE are triadic colors.

2 #DEBEEB and #BEEBDE with #EBBEDE are triadic colors.