Shades of Zinnwaldite #EDBDAF
Tints of Zinnwaldite #EDBDAF
RGB
CMYK
RGB Variations
Color information
#EDBDAF (or 0xEDBDAF) is known color: 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
| RGB | 237 | 189 | 175 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.07 |
| HSL | 13.55º | 0.63% | 0.81% | - |
| HSV(B) | 13.55º | 0.26% | 0.93% | - |
| XYZ | 60.86 | 57.49 | 48.45 | - |
| YUV | 201.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 175 | 0 | 0.20 | 0.26 | 0.07 | 13.55 | 0.63 | 0.81 |
| Hex | ED | BD | AF | 0 | 14 | 1A | 7 | E | 3F | 51 |
| Octal | 355 | 275 | 257 | 0 | 24 | 32 | 7 | 16 | 77 | 121 |
| Binary | 11101101 | 10111101 | 10101111 | 0 | 10100 | 11010 | 111 | 1110 | 111111 | 1010001 |
Color Harmonies of #EDBDAF
Complementary color
Monochromatic Colors of #EDBDAF
Black with #EDBDAF
Text Example
Text Example
White with #EDBDAF
Text Example
Text Example
HTML Codes & Css Web 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>