#EBBFB3

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

Shades of Zinnwaldite #EBBFB3

Tints of Zinnwaldite #EBBFB3

Color information

#EBBFB3 (or 0xEBBFB3) is unknown color: approx Zinnwaldite. HEX triplet: EB, BF and B3. RGB value is (235,191,179). Sum of RGB (Red+Green+Blue) = 235+191+179=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFB3 is #14404C. Grayscale: #CACACA. Windows color (decimal): -1327181 or 11780075. OLE color: 11780075.

HSL color Cylindrical-coordinate representation of color #EBBFB3: hue angle of 12.86º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBBFB3 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB235191179-
CMYK00.190.240.08
HSL12.86º58.33%81.18%-
HSV(B)12.86º23.83%92.16%-
XYZ61.0358.1850.66-
YUV202.79114.58150.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 179 (70.31% from 255) = 29.59%
R=38.84%
G=31.57%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519117900.190.240.0812.8658.3381.18
HexEBBFB3013188d3a51
Octal35327726302330101572121
Binary11101011101111111011001101001111000100011011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFB3; }

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

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

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

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

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

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

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

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