Shades of Zinnwaldite #EBBFAB
Tints of Zinnwaldite #EBBFAB
RGB
CMYK
RGB Variations
Color information
#EBBFAB (or 0xEBBFAB) is known color: Zinnwaldite. HEX triplet: EB, BF and AB. RGB value is (235,191,171). Sum of RGB (Red+Green+Blue) = 235+191+171=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFAB is #144054. Grayscale: #CACACA. Windows color (decimal): -1327189 or 11255787. OLE color: 11255787.
HSL color Cylindrical-coordinate representation of color #EBBFAB: hue angle of 18.75º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBBFAB is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 171 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.08 |
| HSL | 18.75º | 0.62% | 0.8% | - |
| HSV(B) | 18.75º | 0.27% | 0.92% | - |
| XYZ | 60.24 | 57.86 | 46.52 | - |
| YUV | 201.88 | 110.58 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 171 | 0 | 0.19 | 0.27 | 0.08 | 18.75 | 0.62 | 0.8 |
| Hex | EB | BF | AB | 0 | 13 | 1B | 8 | 13 | 3E | 50 |
| Octal | 353 | 277 | 253 | 0 | 23 | 33 | 10 | 23 | 76 | 120 |
| Binary | 11101011 | 10111111 | 10101011 | 0 | 10011 | 11011 | 1000 | 10011 | 111110 | 1010000 |
Color Harmonies of #EBBFAB
Complementary color
Monochromatic Colors of #EBBFAB
Black with #EBBFAB
Text Example
Text Example
White with #EBBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFAB; }
p { color: rgb(235,191,171); }
H1.HeaderClassName
{
color: #EBBFAB;
}
.AnyTagClassName
{
color: #EBBFAB;
}
</style>
background-color css
<style>
a { background-color: #EBBFAB; }
a { background-color: rgb(235,191,171); }
div.DivClassName
{
background-color: #EBBFAB;
}
.BgClassName
{
background-color: #EBBFAB;
}
</style>
border-color css
<style>
span { border-color: #EBBFAB; }
span { border-color: rgb(235,191,171); }
td.TdClassName
{
border-color: #EBBFAB;
}
.TagClassName
{
border-color: #EBBFAB;
}
</style>