COLOR #EADDC2

HEX: #EADDC2 RGB: (234,221,194)

Color info

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

RGB color model

#EADDC2 color RGB value is (234,221,194).

RGB: (234,221,194) (92%, 87%, 76%)

RGB channels and saturation

R 234 of 255 = 92%
G 221 of 255 = 87%
B 194 of 255 = 76%

234
221
194

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

Portions of RGB colors in percentages

R + G + B = 234 + 221 + 194 = 649 (100%)
R 234 of 649 ~ 36.06%
G 221 of 649 ~ 34.05%
B 194 of 649 ~ 29.89'%

%36.06
%34.05
%29.89

CMYK color model

#EADDC2 color CMYK value is (0,6,17,8).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 17.09%
  • key color value is 8.24%

CMYK: (0,6,17,8)
C0M6Y17K8 (0%, 6%, 17%, 8%)
(0.00 / 0.06 / 0.17 / 0.08)

CMYK percentages

%0
%5.56
%17.09
%8.24

Codes

Color #EADDC2 in popluar color models

EA DD C2
RGB 234 221 194
HSL 41° 48.78% 83.92%
HSB/HSV 41° 17.09% 91.76%
CMYK 0.00% 5.56% 17.09%
8.24%

Color #EADDC2 in popluar number systems.

HEX EA DD C2
Decimal 234 221 194
Binary 11101010 11011101 11000010
Octal 352 335 302

Shades and tints

Shades of #EADDC2

#EADDC2
(234,221,194)
#D5C9B1
(213,201,177)
#C0B5A0
(192,181,160)
#ABA18F
(171,161,143)
#968D7E
(150,141,126)
#81796D
(129,121,109)
#6C655C
(108,101,92)
#57514B
(87,81,75)
#423D3A
(66,61,58)
#2D2929
(45,41,41)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EADDC2

#EADDC2
(234,221,194)
#EBE0C7
(235,224,199)
#ECE3CC
(236,227,204)
#EDE6D1
(237,230,209)
#EEE9D6
(238,233,214)
#EFECDB
(239,236,219)
#F0EFE0
(240,239,224)
#F1F2E5
(241,242,229)
#F2F5EA
(242,245,234)
#F3F8EF
(243,248,239)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EADDC2 color. Also use rgb(234,221,194) instead hex code.

Text Font Color

.myTextColor { color: #EADDC2; }

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

This text font color is #EADDC2.

Background Color

.myBgColor { background-color: #EADDC2; }

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

This div background color is #EADDC2.

Border color

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

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

This div border color is #EADDC2.

Opacity

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

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

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

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

This text has shadow with #EADDC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EADDC2.

Preview

Color preview on black background

This text has color #EADDC2 on black background.


Color preview on white background

This text has color #EADDC2 on white background.


Black color preview on #EADDC2 background

This text has black color on #EADDC2 background.


White color preview on #EADDC2 background

This text has white color on #EADDC2 background.


Related colors

Complementary color

Complementary color for #hex is #15223D.


I love getcolorcode.com

Triadic colors

1 #C2EADD and #DDC2EA with #EADDC2 are triadic colors.

2 #C2DDEA and #DDEAC2 with #EADDC2 are triadic colors.