#E1D2BE

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

Shades of Blanc #E1D2BE

Tints of Blanc #E1D2BE

Color information

#E1D2BE (or 0xE1D2BE) is unknown color: approx Blanc. HEX triplet: E1, D2 and BE. RGB value is (225,210,190). Sum of RGB (Red+Green+Blue) = 225+210+190=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2BE is #1E2D41. Grayscale: #D4D4D4. Windows color (decimal): -1977666 or 12505825. OLE color: 12505825.

HSL color Cylindrical-coordinate representation of color #E1D2BE: hue angle of 34.29º 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 #E1D2BE is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225210190-
CMYK00.070.160.12
HSL34.29º36.84%81.37%-
HSV(B)34.29º15.56%88.24%-
XYZ63.3965.8258.08-
YUV212.2115.47137.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36%
GREEN value IS 210 (82.42% from 255) = 33.6%
BLUE value IS 190 (74.61% from 255) = 30.4%
R=36%
G=33.6%
B=30.4%

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
Decimal22521019000.070.160.1234.2936.8481.37
HexE1D2BE0710C222551
Octal3413222760720144245121
Binary11100001110100101011111001111000011001000101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D2BE; }

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

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

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

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

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

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

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

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