Shades of Bizarre #EBD1C6
Tints of Bizarre #EBD1C6
RGB
CMYK
RGB Variations
Color information
#EBD1C6 (or 0xEBD1C6) is known color: Bizarre. HEX triplet: EB, D1 and C6. RGB value is (235,209,198). Sum of RGB (Red+Green+Blue) = 235+209+198=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 209 (82.03% from 255 or 32.55% from 642); Blue value is 198 (77.73% from 255 or 30.84% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1C6 is #142E39. Grayscale: #D7D7D7. Windows color (decimal): -1322554 or 13029867. OLE color: 13029867.
HSL color Cylindrical-coordinate representation of color #EBD1C6: hue angle of 17.84º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBD1C6 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 198 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.08 |
| HSL | 17.84º | 0.48% | 0.85% | - |
| HSV(B) | 17.84º | 0.16% | 0.92% | - |
| XYZ | 67.25 | 67.34 | 62.88 | - |
| YUV | 215.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 198 | 0 | 0.11 | 0.16 | 0.08 | 17.84 | 0.48 | 0.85 |
| Hex | EB | D1 | C6 | 0 | B | 10 | 8 | 12 | 30 | 55 |
| Octal | 353 | 321 | 306 | 0 | 13 | 20 | 10 | 22 | 60 | 125 |
| Binary | 11101011 | 11010001 | 11000110 | 0 | 1011 | 10000 | 1000 | 10010 | 110000 | 1010101 |
Color Harmonies of #EBD1C6
Complementary color
Monochromatic Colors of #EBD1C6
Black with #EBD1C6
Text Example
Text Example
White with #EBD1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD1C6; }
p { color: rgb(235,209,198); }
H1.HeaderClassName
{
color: #EBD1C6;
}
.AnyTagClassName
{
color: #EBD1C6;
}
</style>
background-color css
<style>
a { background-color: #EBD1C6; }
a { background-color: rgb(235,209,198); }
div.DivClassName
{
background-color: #EBD1C6;
}
.BgClassName
{
background-color: #EBD1C6;
}
</style>
border-color css
<style>
span { border-color: #EBD1C6; }
span { border-color: rgb(235,209,198); }
td.TdClassName
{
border-color: #EBD1C6;
}
.TagClassName
{
border-color: #EBD1C6;
}
</style>