Shades of Bizarre #EBD3C6
Tints of Bizarre #EBD3C6
RGB
CMYK
RGB Variations
Color information
#EBD3C6 (or 0xEBD3C6) is known color: Bizarre. HEX triplet: EB, D3 and C6. RGB value is (235,211,198). Sum of RGB (Red+Green+Blue) = 235+211+198=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3C6 is #142C39. Grayscale: #D8D8D8. Windows color (decimal): -1322042 or 13030379. OLE color: 13030379.
HSL color Cylindrical-coordinate representation of color #EBD3C6: hue angle of 21.08º 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 #EBD3C6 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 211 | 198 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.08 |
| HSL | 21.08º | 0.48% | 0.85% | - |
| HSV(B) | 21.08º | 0.16% | 0.92% | - |
| XYZ | 67.75 | 68.33 | 63.04 | - |
| YUV | 216.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 211 | 198 | 0 | 0.10 | 0.16 | 0.08 | 21.08 | 0.48 | 0.85 |
| Hex | EB | D3 | C6 | 0 | A | 10 | 8 | 15 | 30 | 55 |
| Octal | 353 | 323 | 306 | 0 | 12 | 20 | 10 | 25 | 60 | 125 |
| Binary | 11101011 | 11010011 | 11000110 | 0 | 1010 | 10000 | 1000 | 10101 | 110000 | 1010101 |
Color Harmonies of #EBD3C6
Complementary color
Monochromatic Colors of #EBD3C6
Black with #EBD3C6
Text Example
Text Example
White with #EBD3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD3C6; }
p { color: rgb(235,211,198); }
H1.HeaderClassName
{
color: #EBD3C6;
}
.AnyTagClassName
{
color: #EBD3C6;
}
</style>
background-color css
<style>
a { background-color: #EBD3C6; }
a { background-color: rgb(235,211,198); }
div.DivClassName
{
background-color: #EBD3C6;
}
.BgClassName
{
background-color: #EBD3C6;
}
</style>
border-color css
<style>
span { border-color: #EBD3C6; }
span { border-color: rgb(235,211,198); }
td.TdClassName
{
border-color: #EBD3C6;
}
.TagClassName
{
border-color: #EBD3C6;
}
</style>