Shades of Zinnwaldite #EEC1B2
Tints of Zinnwaldite #EEC1B2
RGB
CMYK
RGB Variations
Color information
#EEC1B2 (or 0xEEC1B2) is known color: Zinnwaldite. HEX triplet: EE, C1 and B2. RGB value is (238,193,178). Sum of RGB (Red+Green+Blue) = 238+193+178=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC1B2 is #113E4D. Grayscale: #CCCCCC. Windows color (decimal): -1130062 or 11715054. OLE color: 11715054.
HSL color Cylindrical-coordinate representation of color #EEC1B2: hue angle of 15º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEC1B2 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 178 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 15º | 0.64% | 0.82% | - |
| HSV(B) | 15º | 0.25% | 0.93% | - |
| XYZ | 62.37 | 59.53 | 50.32 | - |
| YUV | 204.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 178 | 0 | 0.19 | 0.25 | 0.07 | 15 | 0.64 | 0.82 |
| Hex | EE | C1 | B2 | 0 | 13 | 19 | 7 | F | 40 | 52 |
| Octal | 356 | 301 | 262 | 0 | 23 | 31 | 7 | 17 | 100 | 122 |
| Binary | 11101110 | 11000001 | 10110010 | 0 | 10011 | 11001 | 111 | 1111 | 1000000 | 1010010 |
Color Harmonies of #EEC1B2
Complementary color
Monochromatic Colors of #EEC1B2
Black with #EEC1B2
Text Example
Text Example
White with #EEC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1B2; }
p { color: rgb(238,193,178); }
H1.HeaderClassName
{
color: #EEC1B2;
}
.AnyTagClassName
{
color: #EEC1B2;
}
</style>
background-color css
<style>
a { background-color: #EEC1B2; }
a { background-color: rgb(238,193,178); }
div.DivClassName
{
background-color: #EEC1B2;
}
.BgClassName
{
background-color: #EEC1B2;
}
</style>
border-color css
<style>
span { border-color: #EEC1B2; }
span { border-color: rgb(238,193,178); }
td.TdClassName
{
border-color: #EEC1B2;
}
.TagClassName
{
border-color: #EEC1B2;
}
</style>