#E7BFB4

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

Shades of Zinnwaldite #E7BFB4

Tints of Zinnwaldite #E7BFB4

Color information

#E7BFB4 (or 0xE7BFB4) is unknown color: approx Zinnwaldite. HEX triplet: E7, BF and B4. RGB value is (231,191,180). Sum of RGB (Red+Green+Blue) = 231+191+180=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BFB4 is #18404B. Grayscale: #C9C9C9. Windows color (decimal): -1589324 or 11845607. OLE color: 11845607.

HSL color Cylindrical-coordinate representation of color #E7BFB4: hue angle of 12.94º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7BFB4 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231191180-
CMYK00.170.220.09
HSL12.94º51.52%80.59%-
HSV(B)12.94º22.08%90.59%-
XYZ59.8257.5551.13-
YUV201.71115.75148.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=38.37%
G=31.73%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119118000.170.220.0912.9451.5280.59
HexE7BFB4011169d3451
Octal34727726402126111564121
Binary11100111101111111011010001000110110100111011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFB4; }

 p { color: rgb(231,191,180); }

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

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

 a { background-color: rgb(231,191,180); }

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

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

 span { border-color: rgb(231,191,180); }

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