Shades of Zinnwaldite #EDBFAF
Tints of Zinnwaldite #EDBFAF
RGB
CMYK
RGB Variations
Color information
#EDBFAF (or 0xEDBFAF) is known color: Zinnwaldite. HEX triplet: ED, BF and AF. RGB value is (237,191,175). Sum of RGB (Red+Green+Blue) = 237+191+175=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFAF is #124050. Grayscale: #CBCBCB. Windows color (decimal): -1196113 or 11517933. OLE color: 11517933.
HSL color Cylindrical-coordinate representation of color #EDBFAF: hue angle of 15.48º 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 #EDBFAF is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 175 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.07 |
| HSL | 15.48º | 0.63% | 0.81% | - |
| HSV(B) | 15.48º | 0.26% | 0.93% | - |
| XYZ | 61.29 | 58.36 | 48.59 | - |
| YUV | 202.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 175 | 0 | 0.19 | 0.26 | 0.07 | 15.48 | 0.63 | 0.81 |
| Hex | ED | BF | AF | 0 | 13 | 1A | 7 | F | 3F | 51 |
| Octal | 355 | 277 | 257 | 0 | 23 | 32 | 7 | 17 | 77 | 121 |
| Binary | 11101101 | 10111111 | 10101111 | 0 | 10011 | 11010 | 111 | 1111 | 111111 | 1010001 |
Color Harmonies of #EDBFAF
Complementary color
Monochromatic Colors of #EDBFAF
Black with #EDBFAF
Text Example
Text Example
White with #EDBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFAF; }
p { color: rgb(237,191,175); }
H1.HeaderClassName
{
color: #EDBFAF;
}
.AnyTagClassName
{
color: #EDBFAF;
}
</style>
background-color css
<style>
a { background-color: #EDBFAF; }
a { background-color: rgb(237,191,175); }
div.DivClassName
{
background-color: #EDBFAF;
}
.BgClassName
{
background-color: #EDBFAF;
}
</style>
border-color css
<style>
span { border-color: #EDBFAF; }
span { border-color: rgb(237,191,175); }
td.TdClassName
{
border-color: #EDBFAF;
}
.TagClassName
{
border-color: #EDBFAF;
}
</style>