#E1D4D2

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

Shades of Ebb #E1D4D2

Tints of Ebb #E1D4D2

Color information

#E1D4D2 (or 0xE1D4D2) is unknown color: approx Ebb. HEX triplet: E1, D4 and D2. RGB value is (225,212,210). Sum of RGB (Red+Green+Blue) = 225+212+210=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4D2 is #1E2B2D. Grayscale: #D7D7D7. Windows color (decimal): -1977134 or 13817057. OLE color: 13817057.

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

Color convert

RGB225212210-
CMYK00.060.070.12
HSL20%85.29%-
HSV(B)6.67%88.24%-
XYZ66.2367.7570.56-
YUV215.66124.81134.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.78%
GREEN value IS 212 (83.20% from 255) = 32.77%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=34.78%
G=32.77%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521221000.060.070.1282085.29
HexE1D4D2067C81455
Octal341324322067141024125
Binary111000011101010011010010011011111001000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D4D2; }

 p { color: rgb(225,212,210); }

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

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

 a { background-color: rgb(225,212,210); }

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

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

 span { border-color: rgb(225,212,210); }

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