#E1D3BF

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

Shades of Blanc #E1D3BF

Tints of Blanc #E1D3BF

Color information

#E1D3BF (or 0xE1D3BF) is unknown color: approx Blanc. HEX triplet: E1, D3 and BF. RGB value is (225,211,191). Sum of RGB (Red+Green+Blue) = 225+211+191=627 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.89% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3BF is #1E2C40. Grayscale: #D5D5D5. Windows color (decimal): -1977409 or 12571617. OLE color: 12571617.

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

Color convert

RGB225211191-
CMYK00.060.150.12
HSL35.29º36.17%81.57%-
HSV(B)35.29º15.11%88.24%-
XYZ63.7566.3658.74-
YUV212.91115.64136.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.89%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 191 (75% from 255) = 30.46%
R=35.89%
G=33.65%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521119100.060.150.1235.2936.1781.57
HexE1D3BF06FC232452
Octal3413232770617144344122
Binary1110000111010011101111110110111111001000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3BF; }

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

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

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

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

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

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

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

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