#EDBFB2

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

Shades of Zinnwaldite #EDBFB2

Tints of Zinnwaldite #EDBFB2

Color information

#EDBFB2 (or 0xEDBFB2) is unknown color: approx Zinnwaldite. HEX triplet: ED, BF and B2. RGB value is (237,191,178). Sum of RGB (Red+Green+Blue) = 237+191+178=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFB2 is #12404D. Grayscale: #CBCBCB. Windows color (decimal): -1196110 or 11714541. OLE color: 11714541.

HSL color Cylindrical-coordinate representation of color #EDBFB2: hue angle of 13.22º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBFB2 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB237191178-
CMYK00.190.250.07
HSL13.22º62.11%81.37%-
HSV(B)13.22º24.89%92.94%-
XYZ61.5958.4850.16-
YUV203.27113.74152.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 178 (69.92% from 255) = 29.37%
R=39.11%
G=31.52%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719117800.190.250.0713.2262.1181.37
HexEDBFB2013197d3e51
Octal3552772620233171576121
Binary1110110110111111101100100100111100111111011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFB2; }

 p { color: rgb(237,191,178); }

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

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

 a { background-color: rgb(237,191,178); }

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

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

 span { border-color: rgb(237,191,178); }

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