Shades of Bizarre #E9D3C5
Tints of Bizarre #E9D3C5
RGB
CMYK
RGB Variations
Color information
#E9D3C5 (or 0xE9D3C5) is known color: Bizarre. HEX triplet: E9, D3 and C5. RGB value is (233,211,197). Sum of RGB (Red+Green+Blue) = 233+211+197=641 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.35% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9D3C5 is #162C3A. Grayscale: #D8D8D8. Windows color (decimal): -1453115 or 12964841. OLE color: 12964841.
HSL color Cylindrical-coordinate representation of color #E9D3C5: hue angle of 23.33º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9D3C5 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 211 | 197 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.09 |
| HSL | 23.33º | 0.45% | 0.84% | - |
| HSV(B) | 23.33º | 0.15% | 0.91% | - |
| XYZ | 66.98 | 67.94 | 62.41 | - |
| YUV | 215.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 211 | 197 | 0 | 0.09 | 0.15 | 0.09 | 23.33 | 0.45 | 0.84 |
| Hex | E9 | D3 | C5 | 0 | 9 | F | 9 | 17 | 2D | 54 |
| Octal | 351 | 323 | 305 | 0 | 11 | 17 | 11 | 27 | 55 | 124 |
| Binary | 11101001 | 11010011 | 11000101 | 0 | 1001 | 1111 | 1001 | 10111 | 101101 | 1010100 |
Color Harmonies of #E9D3C5
Complementary color
Monochromatic Colors of #E9D3C5
Black with #E9D3C5
Text Example
Text Example
White with #E9D3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D3C5; }
p { color: rgb(233,211,197); }
H1.HeaderClassName
{
color: #E9D3C5;
}
.AnyTagClassName
{
color: #E9D3C5;
}
</style>
background-color css
<style>
a { background-color: #E9D3C5; }
a { background-color: rgb(233,211,197); }
div.DivClassName
{
background-color: #E9D3C5;
}
.BgClassName
{
background-color: #E9D3C5;
}
</style>
border-color css
<style>
span { border-color: #E9D3C5; }
span { border-color: rgb(233,211,197); }
td.TdClassName
{
border-color: #E9D3C5;
}
.TagClassName
{
border-color: #E9D3C5;
}
</style>