#EDBDAF

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

Shades of Zinnwaldite #EDBDAF

Tints of Zinnwaldite #EDBDAF

Color information

#EDBDAF (or 0xEDBDAF) is unknown color: approx Zinnwaldite. HEX triplet: ED, BD and AF. RGB value is (237,189,175). Sum of RGB (Red+Green+Blue) = 237+189+175=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBDAF is #124250. Grayscale: #C9C9C9. Windows color (decimal): -1196625 or 11517421. OLE color: 11517421.

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

Color convert

RGB237189175-
CMYK00.200.260.07
HSL13.55º63.27%80.78%-
HSV(B)13.55º26.16%92.94%-
XYZ60.8657.4948.45-
YUV201.76112.9153.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=39.43%
G=31.45%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718917500.200.260.0713.5563.2780.78
HexEDBDAF0141A7e3f51
Octal3552752570243271677121
Binary1110110110111101101011110101001101011111101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBDAF; }

 p { color: rgb(237,189,175); }

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

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

 a { background-color: rgb(237,189,175); }

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

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

 span { border-color: rgb(237,189,175); }

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