#E7BBAD

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

Shades of Zinnwaldite #E7BBAD

Tints of Zinnwaldite #E7BBAD

Color information

#E7BBAD (or 0xE7BBAD) is unknown color: approx Zinnwaldite. HEX triplet: E7, BB and AD. RGB value is (231,187,173). Sum of RGB (Red+Green+Blue) = 231+187+173=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BBAD is #184452. Grayscale: #C6C6C6. Windows color (decimal): -1590355 or 11385831. OLE color: 11385831.

HSL color Cylindrical-coordinate representation of color #E7BBAD: hue angle of 14.48º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7BBAD is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231187173-
CMYK00.190.250.09
HSL14.48º54.72%79.22%-
HSV(B)14.48º25.11%90.59%-
XYZ58.2755.5547.19-
YUV198.56113.58151.14-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 187 (73.44% from 255) = 31.64%
BLUE value IS 173 (67.97% from 255) = 29.27%
R=39.09%
G=31.64%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118717300.190.250.0914.4854.7279.22
HexE7BBAD013199e374f
Octal34727325502331111667117
Binary11100111101110111010110101001111001100111101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BBAD; }

 p { color: rgb(231,187,173); }

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

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

 a { background-color: rgb(231,187,173); }

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

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

 span { border-color: rgb(231,187,173); }

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