#EDBEAF

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

Shades of Zinnwaldite #EDBEAF

Tints of Zinnwaldite #EDBEAF

Color information

#EDBEAF (or 0xEDBEAF) is unknown color: approx Zinnwaldite. HEX triplet: ED, BE and AF. RGB value is (237,190,175). Sum of RGB (Red+Green+Blue) = 237+190+175=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 175 (68.75% from 255 or 29.07% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBEAF is #124150. Grayscale: #CACACA. Windows color (decimal): -1196369 or 11517677. OLE color: 11517677.

HSL color Cylindrical-coordinate representation of color #EDBEAF: hue angle of 14.52º 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 #EDBEAF is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB237190175-
CMYK00.200.260.07
HSL14.52º63.27%80.78%-
HSV(B)14.52º26.16%92.94%-
XYZ61.0857.9348.52-
YUV202.34112.57152.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 175 (68.75% from 255) = 29.07%
R=39.37%
G=31.56%
B=29.07%

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
Decimal23719017500.200.260.0714.5263.2780.78
HexEDBEAF0141A7f3f51
Octal3552762570243271777121
Binary1110110110111110101011110101001101011111111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEAF; }

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

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

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

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

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

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

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

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