#e8bfb3

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

Shades of Zinnwaldite #E8BFB3

Tints of Zinnwaldite #E8BFB3

Color information

#E8BFB3 (or 0xE8BFB3) is unknown color: approx Zinnwaldite. HEX triplet: E8, BF and B3. RGB value is (232,191,179). Sum of RGB (Red+Green+Blue) = 232+191+179=602 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.54% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFB3 is #17404C. Grayscale: #C9C9C9. Windows color (decimal): -1523789 or 11780072. OLE color: 11780072.

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

Color convert

RGB232191179-
CMYK00.180.230.09
HSL13.58º53.54%80.59%-
HSV(B)13.58º22.84%90.98%-
XYZ60.0557.6750.61-
YUV201.89115.08149.48-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.54%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=38.54%
G=31.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219117900.180.230.0913.5853.5480.59
HexE8BFB3012179e3651
Octal35027726302227111666121
Binary11101000101111111011001101001010111100111101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8bfb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8bfb3; }

 p { color: rgb(232,191,179); }

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

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

 a { background-color: rgb(232,191,179); }

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

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

 span { border-color: rgb(232,191,179); }

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