#E1D3CF

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

Shades of Ebb #E1D3CF

Tints of Ebb #E1D3CF

Color information

#E1D3CF (or 0xE1D3CF) is unknown color: approx Ebb. HEX triplet: E1, D3 and CF. RGB value is (225,211,207). Sum of RGB (Red+Green+Blue) = 225+211+207=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CF is #1E2C30. Grayscale: #D6D6D6. Windows color (decimal): -1977393 or 13620193. OLE color: 13620193.

HSL color Cylindrical-coordinate representation of color #E1D3CF: hue angle of 13.33º degrees, saturation: 0.23, 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 #E1D3CF is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB225211207-
CMYK00.060.080.12
HSL13.33º23.08%84.71%-
HSV(B)13.33º8%88.24%-
XYZ65.6167.168.53-
YUV214.73123.64135.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 211 (82.81% from 255) = 32.81%
BLUE value IS 207 (81.25% from 255) = 32.19%
R=34.99%
G=32.81%
B=32.19%

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
Decimal22521120700.060.080.1213.3323.0884.71
HexE1D3CF068Cd1755
Octal3413233170610141527125
Binary1110000111010011110011110110100011001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3CF; }

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

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

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

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

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

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

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

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