#EADEDB

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

Shades of Ebb #EADEDB

Tints of Ebb #EADEDB

Color information

#EADEDB (or 0xEADEDB) is unknown color: approx Ebb. HEX triplet: EA, DE and DB. RGB value is (234,222,219). Sum of RGB (Red+Green+Blue) = 234+222+219=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEDB is #152124. Grayscale: #E1E1E1. Windows color (decimal): -1384741 or 14409450. OLE color: 14409450.

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

Color convert

RGB234222219-
CMYK00.050.060.08
HSL12º26.32%88.82%-
HSV(B)12º6.41%91.76%-
XYZ72.8474.8577.63-
YUV225.25124.48134.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=34.67%
G=32.89%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422221900.050.060.081226.3288.82
HexEADEDB0568c1a59
Octal352336333056101432131
Binary111010101101111011011011010111010001100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEDB; }

 p { color: rgb(234,222,219); }

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

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

 a { background-color: rgb(234,222,219); }

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

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

 span { border-color: rgb(234,222,219); }

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