#E7D3C5

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

Shades of Bizarre #E7D3C5

Tints of Bizarre #E7D3C5

Color information

#E7D3C5 (or 0xE7D3C5) is unknown color: approx Bizarre. HEX triplet: E7, D3 and C5. RGB value is (231,211,197). Sum of RGB (Red+Green+Blue) = 231+211+197=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3C5 is #182C3A. Grayscale: #D7D7D7. Windows color (decimal): -1584187 or 12964839. OLE color: 12964839.

HSL color Cylindrical-coordinate representation of color #E7D3C5: hue angle of 24.71º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D3C5 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB231211197-
CMYK00.090.150.09
HSL24.71º41.46%83.92%-
HSV(B)24.71º14.72%90.59%-
XYZ66.3367.6162.38-
YUV215.38117.63139.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.15%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 197 (77.34% from 255) = 30.83%
R=36.15%
G=33.02%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121119700.090.150.0924.7141.4683.92
HexE7D3C509F9192954
Octal34732330501117113151124
Binary1110011111010011110001010100111111001110011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D3C5; }

 p { color: rgb(231,211,197); }

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

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

 a { background-color: rgb(231,211,197); }

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

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

 span { border-color: rgb(231,211,197); }

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