#E7D3CA

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

Shades of Bizarre #E7D3CA

Tints of Bizarre #E7D3CA

Color information

#E7D3CA (or 0xE7D3CA) is unknown color: approx Bizarre. HEX triplet: E7, D3 and CA. RGB value is (231,211,202). Sum of RGB (Red+Green+Blue) = 231+211+202=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3CA is #182C35. Grayscale: #D8D8D8. Windows color (decimal): -1584182 or 13292519. OLE color: 13292519.

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

Color convert

RGB231211202-
CMYK00.090.130.09
HSL18.62º37.66%84.9%-
HSV(B)18.62º12.55%90.59%-
XYZ66.9167.8465.45-
YUV215.95120.13138.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.87%
GREEN value IS 211 (82.81% from 255) = 32.76%
BLUE value IS 202 (79.30% from 255) = 31.37%
R=35.87%
G=32.76%
B=31.37%

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
Decimal23121120200.090.130.0918.6237.6684.9
HexE7D3CA09D9132655
Octal34732331201115112346125
Binary1110011111010011110010100100111011001100111001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D3CA; }

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

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

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

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

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

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

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

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