#E2D1CD

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

Shades of Ebb #E2D1CD

Tints of Ebb #E2D1CD

Color information

#E2D1CD (or 0xE2D1CD) is unknown color: approx Ebb. HEX triplet: E2, D1 and CD. RGB value is (226,209,205). Sum of RGB (Red+Green+Blue) = 226+209+205=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D1CD is #1D2E32. Grayscale: #D5D5D5. Windows color (decimal): -1912371 or 13488610. OLE color: 13488610.

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

Color convert

RGB226209205-
CMYK00.080.090.11
HSL11.43º26.58%84.51%-
HSV(B)11.43º9.29%88.63%-
XYZ65.1866.1867.1-
YUV213.63123.13136.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 209 (82.03% from 255) = 32.66%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=35.31%
G=32.66%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620920500.080.090.1111.4326.5884.51
HexE2D1CD089Bb1b55
Octal34232131501011131333125
Binary11100010110100011100110101000100110111011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D1CD; }

 p { color: rgb(226,209,205); }

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

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

 a { background-color: rgb(226,209,205); }

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

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

 span { border-color: rgb(226,209,205); }

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