#E0D1CD

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

Shades of Ebb #E0D1CD

Tints of Ebb #E0D1CD

Color information

#E0D1CD (or 0xE0D1CD) is unknown color: approx Ebb. HEX triplet: E0, D1 and CD. RGB value is (224,209,205). Sum of RGB (Red+Green+Blue) = 224+209+205=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D1CD is #1F2E32. Grayscale: #D5D5D5. Windows color (decimal): -2043443 or 13488608. OLE color: 13488608.

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

Color convert

RGB224209205-
CMYK00.070.080.12
HSL12.63º23.46%84.12%-
HSV(B)12.63º8.48%87.84%-
XYZ64.5665.8667.07-
YUV213.03123.47135.83-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=35.11%
G=32.76%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420920500.070.080.1212.6323.4684.12
HexE0D1CD078Cd1754
Octal3403213150710141527124
Binary1110000011010001110011010111100011001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D1CD; }

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

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

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

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

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

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

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

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