#E7D2C8

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

Shades of Bizarre #E7D2C8

Tints of Bizarre #E7D2C8

Color information

#E7D2C8 (or 0xE7D2C8) is unknown color: approx Bizarre. HEX triplet: E7, D2 and C8. RGB value is (231,210,200). Sum of RGB (Red+Green+Blue) = 231+210+200=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2C8 is #182D37. Grayscale: #D7D7D7. Windows color (decimal): -1584440 or 13161191. OLE color: 13161191.

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

Color convert

RGB231210200-
CMYK00.090.130.09
HSL19.35º39.24%84.51%-
HSV(B)19.35º13.42%90.59%-
XYZ66.4367.2564.12-
YUV215.14119.46139.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 36.04%
GREEN value IS 210 (82.42% from 255) = 32.76%
BLUE value IS 200 (78.52% from 255) = 31.20%
R=36.04%
G=32.76%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121020000.090.130.0919.3539.2484.51
HexE7D2C809D9132755
Octal34732231001115112347125
Binary1110011111010010110010000100111011001100111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2C8; }

 p { color: rgb(231,210,200); }

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

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

 a { background-color: rgb(231,210,200); }

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

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

 span { border-color: rgb(231,210,200); }

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