#E2DCDB

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

Shades of Ebb #E2DCDB

Tints of Ebb #E2DCDB

Color information

#E2DCDB (or 0xE2DCDB) is unknown color: approx Ebb. HEX triplet: E2, DC and DB. RGB value is (226,220,219). Sum of RGB (Red+Green+Blue) = 226+220+219=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DCDB is #1D2324. Grayscale: #DDDDDD. Windows color (decimal): -1909541 or 14408930. OLE color: 14408930.

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

Color convert

RGB226220219-
CMYK00.030.030.11
HSL8.57º10.77%87.25%-
HSV(B)8.57º3.1%88.63%-
XYZ69.7472.4777.33-
YUV221.68126.49131.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 220 (86.33% from 255) = 33.08%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=33.98%
G=33.08%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622021900.030.030.118.5710.7787.25
HexE2DCDB033B9b57
Octal342334333033131113127
Binary111000101101110011011011011111011100110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCDB; }

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

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

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

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

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

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

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

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