Shades of Zinnwaldite #EEBFB2
Tints of Zinnwaldite #EEBFB2
RGB
CMYK
RGB Variations
Color information
#EEBFB2 (or 0xEEBFB2) is known color: Zinnwaldite. HEX triplet: EE, BF and B2. RGB value is (238,191,178). Sum of RGB (Red+Green+Blue) = 238+191+178=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFB2 is #11404D. Grayscale: #CBCBCB. Windows color (decimal): -1130574 or 11714542. OLE color: 11714542.
HSL color Cylindrical-coordinate representation of color #EEBFB2: hue angle of 13º 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 #EEBFB2 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 178 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.07 |
| HSL | 13º | 0.64% | 0.82% | - |
| HSV(B) | 13º | 0.25% | 0.93% | - |
| XYZ | 61.93 | 58.65 | 50.18 | - |
| YUV | 203.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 178 | 0 | 0.20 | 0.25 | 0.07 | 13 | 0.64 | 0.82 |
| Hex | EE | BF | B2 | 0 | 14 | 19 | 7 | D | 40 | 52 |
| Octal | 356 | 277 | 262 | 0 | 24 | 31 | 7 | 15 | 100 | 122 |
| Binary | 11101110 | 10111111 | 10110010 | 0 | 10100 | 11001 | 111 | 1101 | 1000000 | 1010010 |
Color Harmonies of #EEBFB2
Complementary color
Monochromatic Colors of #EEBFB2
Black with #EEBFB2
Text Example
Text Example
White with #EEBFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFB2; }
p { color: rgb(238,191,178); }
H1.HeaderClassName
{
color: #EEBFB2;
}
.AnyTagClassName
{
color: #EEBFB2;
}
</style>
background-color css
<style>
a { background-color: #EEBFB2; }
a { background-color: rgb(238,191,178); }
div.DivClassName
{
background-color: #EEBFB2;
}
.BgClassName
{
background-color: #EEBFB2;
}
</style>
border-color css
<style>
span { border-color: #EEBFB2; }
span { border-color: rgb(238,191,178); }
td.TdClassName
{
border-color: #EEBFB2;
}
.TagClassName
{
border-color: #EEBFB2;
}
</style>