#E1DCDB

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

Shades of Ebb #E1DCDB

Tints of Ebb #E1DCDB

Color information

#E1DCDB (or 0xE1DCDB) is unknown color: approx Ebb. HEX triplet: E1, DC and DB. RGB value is (225,220,219). Sum of RGB (Red+Green+Blue) = 225+220+219=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCDB is #1E2324. Grayscale: #DDDDDD. Windows color (decimal): -1975077 or 14408929. OLE color: 14408929.

HSL color Cylindrical-coordinate representation of color #E1DCDB: hue angle of 10º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DCDB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225220219-
CMYK00.020.030.12
HSL10º9.09%87.06%-
HSV(B)10º2.67%88.24%-
XYZ69.4372.3177.32-
YUV221.38126.66130.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.89%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=33.89%
G=33.13%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522021900.020.030.12109.0987.06
HexE1DCDB023Ca957
Octal341334333023141211127
Binary111000011101110011011011010111100101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCDB; }

 p { color: rgb(225,220,219); }

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

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

 a { background-color: rgb(225,220,219); }

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

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

 span { border-color: rgb(225,220,219); }

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