#E1D3D0

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

Shades of Ebb #E1D3D0

Tints of Ebb #E1D3D0

Color information

#E1D3D0 (or 0xE1D3D0) is unknown color: approx Ebb. HEX triplet: E1, D3 and D0. RGB value is (225,211,208). Sum of RGB (Red+Green+Blue) = 225+211+208=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3D0 is #1E2C2F. Grayscale: #D6D6D6. Windows color (decimal): -1977392 or 13685729. OLE color: 13685729.

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

Color convert

RGB225211208-
CMYK00.060.080.12
HSL10.59º22.08%84.9%-
HSV(B)10.59º7.56%88.24%-
XYZ65.7367.1569.17-
YUV214.84124.14135.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.94%
GREEN value IS 211 (82.81% from 255) = 32.76%
BLUE value IS 208 (81.64% from 255) = 32.30%
R=34.94%
G=32.76%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521120800.060.080.1210.5922.0884.9
HexE1D3D0068Cb1655
Octal3413233200610141326125
Binary1110000111010011110100000110100011001011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3D0; }

 p { color: rgb(225,211,208); }

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

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

 a { background-color: rgb(225,211,208); }

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

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

 span { border-color: rgb(225,211,208); }

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