#E1D1CB

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

Shades of Bizarre #E1D1CB

Tints of Bizarre #E1D1CB

Color information

#E1D1CB (or 0xE1D1CB) is unknown color: approx Bizarre. HEX triplet: E1, D1 and CB. RGB value is (225,209,203). Sum of RGB (Red+Green+Blue) = 225+209+203=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1CB is #1E2E34. Grayscale: #D5D5D5. Windows color (decimal): -1977909 or 13357537. OLE color: 13357537.

HSL color Cylindrical-coordinate representation of color #E1D1CB: hue angle of 16.36º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D1CB is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225209203-
CMYK00.070.100.12
HSL16.36º26.83%83.92%-
HSV(B)16.36º9.78%88.24%-
XYZ64.6365.9265.82-
YUV213.1122.3136.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 209 (82.03% from 255) = 32.81%
BLUE value IS 203 (79.69% from 255) = 31.87%
R=35.32%
G=32.81%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520920300.070.100.1216.3626.8383.92
HexE1D1CB07AC101b54
Octal3413213130712142033124
Binary11100001110100011100101101111010110010000110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D1CB; }

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

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

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

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

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

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

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

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