Shades of Zinnwaldite #EDBFAB
Tints of Zinnwaldite #EDBFAB
RGB
CMYK
RGB Variations
Color information
#EDBFAB (or 0xEDBFAB) is known color: Zinnwaldite. HEX triplet: ED, BF and AB. RGB value is (237,191,171). Sum of RGB (Red+Green+Blue) = 237+191+171=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBFAB is #124054. Grayscale: #CACACA. Windows color (decimal): -1196117 or 11255789. OLE color: 11255789.
HSL color Cylindrical-coordinate representation of color #EDBFAB: hue angle of 18.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDBFAB is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 171 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.07 |
| HSL | 18.18º | 0.65% | 0.8% | - |
| HSV(B) | 18.18º | 0.28% | 0.93% | - |
| XYZ | 60.91 | 58.21 | 46.55 | - |
| YUV | 202.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 171 | 0 | 0.19 | 0.28 | 0.07 | 18.18 | 0.65 | 0.8 |
| Hex | ED | BF | AB | 0 | 13 | 1C | 7 | 12 | 41 | 50 |
| Octal | 355 | 277 | 253 | 0 | 23 | 34 | 7 | 22 | 101 | 120 |
| Binary | 11101101 | 10111111 | 10101011 | 0 | 10011 | 11100 | 111 | 10010 | 1000001 | 1010000 |
Color Harmonies of #EDBFAB
Complementary color
Monochromatic Colors of #EDBFAB
Black with #EDBFAB
Text Example
Text Example
White with #EDBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFAB; }
p { color: rgb(237,191,171); }
H1.HeaderClassName
{
color: #EDBFAB;
}
.AnyTagClassName
{
color: #EDBFAB;
}
</style>
background-color css
<style>
a { background-color: #EDBFAB; }
a { background-color: rgb(237,191,171); }
div.DivClassName
{
background-color: #EDBFAB;
}
.BgClassName
{
background-color: #EDBFAB;
}
</style>
border-color css
<style>
span { border-color: #EDBFAB; }
span { border-color: rgb(237,191,171); }
td.TdClassName
{
border-color: #EDBFAB;
}
.TagClassName
{
border-color: #EDBFAB;
}
</style>