Shades of Zinnwaldite #EDC6B7
Tints of Zinnwaldite #EDC6B7
RGB
CMYK
RGB Variations
Color information
#EDC6B7 (or 0xEDC6B7) is known color: Zinnwaldite. HEX triplet: ED, C6 and B7. RGB value is (237,198,183). Sum of RGB (Red+Green+Blue) = 237+198+183=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC6B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC6B7 is #123948. Grayscale: #D0D0D0. Windows color (decimal): -1194313 or 12044013. OLE color: 12044013.
HSL color Cylindrical-coordinate representation of color #EDC6B7: hue angle of 16.67º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDC6B7 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 183 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.07 |
| HSL | 16.67º | 0.6% | 0.82% | - |
| HSV(B) | 16.67º | 0.23% | 0.93% | - |
| XYZ | 63.67 | 61.81 | 53.38 | - |
| YUV | 207.95 | 113.92 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 183 | 0 | 0.16 | 0.23 | 0.07 | 16.67 | 0.6 | 0.82 |
| Hex | ED | C6 | B7 | 0 | 10 | 17 | 7 | 11 | 3C | 52 |
| Octal | 355 | 306 | 267 | 0 | 20 | 27 | 7 | 21 | 74 | 122 |
| Binary | 11101101 | 11000110 | 10110111 | 0 | 10000 | 10111 | 111 | 10001 | 111100 | 1010010 |
Color Harmonies of #EDC6B7
Complementary color
Monochromatic Colors of #EDC6B7
Black with #EDC6B7
Text Example
Text Example
White with #EDC6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC6B7; }
p { color: rgb(237,198,183); }
H1.HeaderClassName
{
color: #EDC6B7;
}
.AnyTagClassName
{
color: #EDC6B7;
}
</style>
background-color css
<style>
a { background-color: #EDC6B7; }
a { background-color: rgb(237,198,183); }
div.DivClassName
{
background-color: #EDC6B7;
}
.BgClassName
{
background-color: #EDC6B7;
}
</style>
border-color css
<style>
span { border-color: #EDC6B7; }
span { border-color: rgb(237,198,183); }
td.TdClassName
{
border-color: #EDC6B7;
}
.TagClassName
{
border-color: #EDC6B7;
}
</style>