#E1D0BC

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

Shades of Blanc #E1D0BC

Tints of Blanc #E1D0BC

Color information

#E1D0BC (or 0xE1D0BC) is unknown color: approx Blanc. HEX triplet: E1, D0 and BC. RGB value is (225,208,188). Sum of RGB (Red+Green+Blue) = 225+208+188=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0BC is #1E2F43. Grayscale: #D2D2D2. Windows color (decimal): -1978180 or 12374241. OLE color: 12374241.

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

Color convert

RGB225208188-
CMYK00.080.160.12
HSL32.43º38.14%80.98%-
HSV(B)32.43º16.44%88.24%-
XYZ62.6864.7556.77-
YUV210.8115.13138.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.23%
GREEN value IS 208 (81.64% from 255) = 33.49%
BLUE value IS 188 (73.83% from 255) = 30.27%
R=36.23%
G=33.49%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520818800.080.160.1232.4338.1480.98
HexE1D0BC0810C202651
Octal34132027401020144046121
Binary111000011101000010111100010001000011001000001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D0BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D0BC; }

 p { color: rgb(225,208,188); }

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

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

 a { background-color: rgb(225,208,188); }

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

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

 span { border-color: rgb(225,208,188); }

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