#E8BFB4

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

Shades of Zinnwaldite #E8BFB4

Tints of Zinnwaldite #E8BFB4

Color information

#E8BFB4 (or 0xE8BFB4) is unknown color: approx Zinnwaldite. HEX triplet: E8, BF and B4. RGB value is (232,191,180). Sum of RGB (Red+Green+Blue) = 232+191+180=603 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.47% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8BFB4 is #17404B. Grayscale: #CACACA. Windows color (decimal): -1523788 or 11845608. OLE color: 11845608.

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

Color convert

RGB232191180-
CMYK00.180.220.09
HSL12.69º53.06%80.78%-
HSV(B)12.69º22.41%90.98%-
XYZ60.1557.7151.15-
YUV202115.58149.39-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.47%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=38.47%
G=31.67%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219118000.180.220.0912.6953.0680.78
HexE8BFB4012169d3551
Octal35027726402226111565121
Binary11101000101111111011010001001010110100111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BFB4; }

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

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

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

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

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

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

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

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