#EDBBAD

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

Shades of Zinnwaldite #EDBBAD

Tints of Zinnwaldite #EDBBAD

Color information

#EDBBAD (or 0xEDBBAD) is unknown color: approx Zinnwaldite. HEX triplet: ED, BB and AD. RGB value is (237,187,173). Sum of RGB (Red+Green+Blue) = 237+187+173=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBAD is #124452. Grayscale: #C8C8C8. Windows color (decimal): -1197139 or 11385837. OLE color: 11385837.

HSL color Cylindrical-coordinate representation of color #EDBBAD: hue angle of 13.13º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDBBAD is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237187173-
CMYK00.210.270.07
HSL13.13º64%80.39%-
HSV(B)13.13º27%92.94%-
XYZ60.2456.5647.28-
YUV200.35112.56154.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 173 (67.97% from 255) = 28.98%
R=39.70%
G=31.32%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718717300.210.270.0713.136480.39
HexEDBBAD0151B7d4050
Octal35527325502533715100120
Binary11101101101110111010110101010111011111110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBBAD; }

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

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

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

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

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

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

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

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