#EADCD9

Color #EADCD9 Ebb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ebb #EADCD9

Tints of Ebb #EADCD9

Color information

#EADCD9 (or 0xEADCD9) is unknown color: approx Ebb. HEX triplet: EA, DC and D9. RGB value is (234,220,217). Sum of RGB (Red+Green+Blue) = 234+220+217=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCD9 is #152326. Grayscale: #DFDFDF. Windows color (decimal): -1385255 or 14277866. OLE color: 14277866.

HSL color Cylindrical-coordinate representation of color #EADCD9: hue angle of 10.59º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EADCD9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234220217-
CMYK00.060.070.08
HSL10.59º28.81%88.43%-
HSV(B)10.59º7.26%91.76%-
XYZ72.0573.6976.07-
YUV223.84124.14135.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 220 (86.33% from 255) = 32.79%
BLUE value IS 217 (85.16% from 255) = 32.34%
R=34.87%
G=32.79%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422021700.060.070.0810.5928.8188.43
HexEADCD90678b1d58
Octal352334331067101335130
Binary111010101101110011011001011011110001011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADCD9; }

 p { color: rgb(234,220,217); }

 H1.HeaderClassName
 {
   color: #EADCD9;
 }
 .AnyTagClassName
 {
   color: #EADCD9;
 }
</style>
background-color css

<style>
 a { background-color: #EADCD9; }

 a { background-color: rgb(234,220,217); }

 div.DivClassName
 {
   background-color: #EADCD9;
 }
 .BgClassName
 {
   background-color: #EADCD9;
 }
</style>
border-color css

<style>
 span { border-color: #EADCD9; }

 span { border-color: rgb(234,220,217); }

 td.TdClassName
 {
   border-color: #EADCD9;
 }
 .TagClassName
 {
   border-color: #EADCD9;
 }
</style>