COLOR #EBDDF2

HEX: #EBDDF2 RGB: (235,221,242)

Color info

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

RGB color model

#EBDDF2 color RGB value is (235,221,242).

RGB: (235,221,242) (92%, 87%, 95%)

RGB channels and saturation

R 235 of 255 = 92%
G 221 of 255 = 87%
B 242 of 255 = 95%

235
221
242

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

Portions of RGB colors in percentages

R + G + B = 235 + 221 + 242 = 698 (100%)
R 235 of 698 ~ 33.67%
G 221 of 698 ~ 31.66%
B 242 of 698 ~ 34.67'%

%33.67
%31.66
%34.67

CMYK color model

#EBDDF2 color CMYK value is (3,9,0,5).

  • cyan value is 2.89%
  • magenta value is 8.68%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (3,9,0,5)
C3M9Y0K5 (3%, 9%, 0%, 5%)
(0.03 / 0.09 / 0.00 / 0.05)

CMYK percentages

%2.89
%8.68
%0
%5.1

Codes

Color #EBDDF2 in popluar color models

EB DD F2
RGB 235 221 242
HSL 280° 44.68% 90.78%
HSB/HSV 280° 8.68% 94.90%
CMYK 2.89% 8.68% 0.00%
5.10%

Color #EBDDF2 in popluar number systems.

HEX EB DD F2
Decimal 235 221 242
Binary 11101011 11011101 11110010
Octal 353 335 362

Shades and tints

Shades of #EBDDF2

#EBDDF2
(235,221,242)
#D6C9DC
(214,201,220)
#C1B5C6
(193,181,198)
#ACA1B0
(172,161,176)
#978D9A
(151,141,154)
#827984
(130,121,132)
#6D656E
(109,101,110)
#585158
(88,81,88)
#433D42
(67,61,66)
#2E292C
(46,41,44)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #EBDDF2

#EBDDF2
(235,221,242)
#ECE0F3
(236,224,243)
#EDE3F4
(237,227,244)
#EEE6F5
(238,230,245)
#EFE9F6
(239,233,246)
#F0ECF7
(240,236,247)
#F1EFF8
(241,239,248)
#F2F2F9
(242,242,249)
#F3F5FA
(243,245,250)
#F4F8FB
(244,248,251)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDDF2 color. Also use rgb(235,221,242) instead hex code.

Text Font Color

.myTextColor { color: #EBDDF2; }

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

This text font color is #EBDDF2.

Background Color

.myBgColor { background-color: #EBDDF2; }

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

This div background color is #EBDDF2.

Border color

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

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

This div border color is #EBDDF2.

Opacity

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

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

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

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

This text has shadow with #EBDDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBDDF2.

Preview

Color preview on black background

This text has color #EBDDF2 on black background.


Color preview on white background

This text has color #EBDDF2 on white background.


Black color preview on #EBDDF2 background

This text has black color on #EBDDF2 background.


White color preview on #EBDDF2 background

This text has white color on #EBDDF2 background.


Related colors

Complementary color

Complementary color for #hex is #14220D.


I love getcolorcode.com

Triadic colors

1 #F2EBDD and #DDF2EB with #EBDDF2 are triadic colors.

2 #F2DDEB and #DDEBF2 with #EBDDF2 are triadic colors.