Shades of Zinnwaldite #EEBFAF
Tints of Zinnwaldite #EEBFAF
RGB
CMYK
RGB Variations
Color information
#EEBFAF (or 0xEEBFAF) is known color: Zinnwaldite. HEX triplet: EE, BF and AF. RGB value is (238,191,175). Sum of RGB (Red+Green+Blue) = 238+191+175=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFAF is #114050. Grayscale: #CBCBCB. Windows color (decimal): -1130577 or 11517934. OLE color: 11517934.
HSL color Cylindrical-coordinate representation of color #EEBFAF: hue angle of 15.24º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEBFAF is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 175 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.07 |
| HSL | 15.24º | 0.65% | 0.81% | - |
| HSV(B) | 15.24º | 0.26% | 0.93% | - |
| XYZ | 61.63 | 58.53 | 48.61 | - |
| YUV | 203.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 175 | 0 | 0.20 | 0.26 | 0.07 | 15.24 | 0.65 | 0.81 |
| Hex | EE | BF | AF | 0 | 14 | 1A | 7 | F | 41 | 51 |
| Octal | 356 | 277 | 257 | 0 | 24 | 32 | 7 | 17 | 101 | 121 |
| Binary | 11101110 | 10111111 | 10101111 | 0 | 10100 | 11010 | 111 | 1111 | 1000001 | 1010001 |
Color Harmonies of #EEBFAF
Complementary color
Monochromatic Colors of #EEBFAF
Black with #EEBFAF
Text Example
Text Example
White with #EEBFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFAF; }
p { color: rgb(238,191,175); }
H1.HeaderClassName
{
color: #EEBFAF;
}
.AnyTagClassName
{
color: #EEBFAF;
}
</style>
background-color css
<style>
a { background-color: #EEBFAF; }
a { background-color: rgb(238,191,175); }
div.DivClassName
{
background-color: #EEBFAF;
}
.BgClassName
{
background-color: #EEBFAF;
}
</style>
border-color css
<style>
span { border-color: #EEBFAF; }
span { border-color: rgb(238,191,175); }
td.TdClassName
{
border-color: #EEBFAF;
}
.TagClassName
{
border-color: #EEBFAF;
}
</style>