#E1D1BE

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

Shades of Blanc #E1D1BE

Tints of Blanc #E1D1BE

Color information

#E1D1BE (or 0xE1D1BE) is unknown color: approx Blanc. HEX triplet: E1, D1 and BE. RGB value is (225,209,190). Sum of RGB (Red+Green+Blue) = 225+209+190=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1BE is #1E2E41. Grayscale: #D3D3D3. Windows color (decimal): -1977922 or 12505569. OLE color: 12505569.

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

Color convert

RGB225209190-
CMYK00.070.160.12
HSL32.57º36.84%81.37%-
HSV(B)32.57º15.56%88.24%-
XYZ63.1565.3358-
YUV211.62115.8137.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.06%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 190 (74.61% from 255) = 30.45%
R=36.06%
G=33.49%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520919000.070.160.1232.5736.8481.37
HexE1D1BE0710C212551
Octal3413212760720144145121
Binary11100001110100011011111001111000011001000011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D1BE; }

 p { color: rgb(225,209,190); }

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

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

 a { background-color: rgb(225,209,190); }

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

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

 span { border-color: rgb(225,209,190); }

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