#EADDD9

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

Shades of Ebb #EADDD9

Tints of Ebb #EADDD9

Color information

#EADDD9 (or 0xEADDD9) is unknown color: approx Ebb. HEX triplet: EA, DD and D9. RGB value is (234,221,217). Sum of RGB (Red+Green+Blue) = 234+221+217=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 217 (85.16% from 255 or 32.29% from 672); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDD9 is #152226. Grayscale: #E0E0E0. Windows color (decimal): -1384999 or 14278122. OLE color: 14278122.

HSL color Cylindrical-coordinate representation of color #EADDD9: hue angle of 14.12º 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 #EADDD9 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB234221217-
CMYK00.060.070.08
HSL14.12º28.81%88.43%-
HSV(B)14.12º7.26%91.76%-
XYZ72.3174.2276.16-
YUV224.43123.81134.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 221 (86.72% from 255) = 32.89%
BLUE value IS 217 (85.16% from 255) = 32.29%
R=34.82%
G=32.89%
B=32.29%

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
Decimal23422121700.060.070.0814.1228.8188.43
HexEADDD90678e1d58
Octal352335331067101635130
Binary111010101101110111011001011011110001110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDD9; }

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

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

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

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

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

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

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

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