#E7D0C7

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

Shades of Bizarre #E7D0C7

Tints of Bizarre #E7D0C7

Color information

#E7D0C7 (or 0xE7D0C7) is unknown color: approx Bizarre. HEX triplet: E7, D0 and C7. RGB value is (231,208,199). Sum of RGB (Red+Green+Blue) = 231+208+199=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0C7 is #182F38. Grayscale: #D5D5D5. Windows color (decimal): -1584953 or 13095143. OLE color: 13095143.

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

Color convert

RGB231208199-
CMYK00.100.140.09
HSL16.88º40%84.31%-
HSV(B)16.88º13.85%90.59%-
XYZ65.8266.2263.35-
YUV213.85119.62140.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.21%
GREEN value IS 208 (81.64% from 255) = 32.60%
BLUE value IS 199 (78.12% from 255) = 31.19%
R=36.21%
G=32.60%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120819900.100.140.0916.884084.31
HexE7D0C70AE9112854
Octal34732030701216112150124
Binary1110011111010000110001110101011101001100011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D0C7; }

 p { color: rgb(231,208,199); }

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

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

 a { background-color: rgb(231,208,199); }

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

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

 span { border-color: rgb(231,208,199); }

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