Shades of Zinnwaldite #ECBDAE
Tints of Zinnwaldite #ECBDAE
RGB
CMYK
RGB Variations
Color information
#ECBDAE (or 0xECBDAE) is known color: Zinnwaldite. HEX triplet: EC, BD and AE. RGB value is (236,189,174). Sum of RGB (Red+Green+Blue) = 236+189+174=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDAE is #134251. Grayscale: #C9C9C9. Windows color (decimal): -1262162 or 11451884. OLE color: 11451884.
HSL color Cylindrical-coordinate representation of color #ECBDAE: hue angle of 14.52º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBDAE is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 174 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.07 |
| HSL | 14.52º | 0.62% | 0.8% | - |
| HSV(B) | 14.52º | 0.26% | 0.93% | - |
| XYZ | 60.43 | 57.28 | 47.92 | - |
| YUV | 201.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 174 | 0 | 0.20 | 0.26 | 0.07 | 14.52 | 0.62 | 0.8 |
| Hex | EC | BD | AE | 0 | 14 | 1A | 7 | F | 3E | 50 |
| Octal | 354 | 275 | 256 | 0 | 24 | 32 | 7 | 17 | 76 | 120 |
| Binary | 11101100 | 10111101 | 10101110 | 0 | 10100 | 11010 | 111 | 1111 | 111110 | 1010000 |
Color Harmonies of #ECBDAE
Complementary color
Monochromatic Colors of #ECBDAE
Black with #ECBDAE
Text Example
Text Example
White with #ECBDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDAE; }
p { color: rgb(236,189,174); }
H1.HeaderClassName
{
color: #ECBDAE;
}
.AnyTagClassName
{
color: #ECBDAE;
}
</style>
background-color css
<style>
a { background-color: #ECBDAE; }
a { background-color: rgb(236,189,174); }
div.DivClassName
{
background-color: #ECBDAE;
}
.BgClassName
{
background-color: #ECBDAE;
}
</style>
border-color css
<style>
span { border-color: #ECBDAE; }
span { border-color: rgb(236,189,174); }
td.TdClassName
{
border-color: #ECBDAE;
}
.TagClassName
{
border-color: #ECBDAE;
}
</style>