Shades of Bizarre #E7D3CB
Tints of Bizarre #E7D3CB
RGB
CMYK
RGB Variations
Color information
#E7D3CB (or 0xE7D3CB) is known color: Bizarre. HEX triplet: E7, D3 and CB. RGB value is (231,211,203). Sum of RGB (Red+Green+Blue) = 231+211+203=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3CB is #182C34. Grayscale: #D8D8D8. Windows color (decimal): -1584181 or 13358055. OLE color: 13358055.
HSL color Cylindrical-coordinate representation of color #E7D3CB: hue angle of 17.14º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E7D3CB is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 203 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.09 |
| HSL | 17.14º | 0.37% | 0.85% | - |
| HSV(B) | 17.14º | 0.12% | 0.91% | - |
| XYZ | 67.03 | 67.89 | 66.07 | - |
| YUV | 216.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 203 | 0 | 0.09 | 0.12 | 0.09 | 17.14 | 0.37 | 0.85 |
| Hex | E7 | D3 | CB | 0 | 9 | C | 9 | 11 | 25 | 55 |
| Octal | 347 | 323 | 313 | 0 | 11 | 14 | 11 | 21 | 45 | 125 |
| Binary | 11100111 | 11010011 | 11001011 | 0 | 1001 | 1100 | 1001 | 10001 | 100101 | 1010101 |
Color Harmonies of #E7D3CB
Complementary color
Monochromatic Colors of #E7D3CB
Black with #E7D3CB
Text Example
Text Example
White with #E7D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3CB; }
p { color: rgb(231,211,203); }
H1.HeaderClassName
{
color: #E7D3CB;
}
.AnyTagClassName
{
color: #E7D3CB;
}
</style>
background-color css
<style>
a { background-color: #E7D3CB; }
a { background-color: rgb(231,211,203); }
div.DivClassName
{
background-color: #E7D3CB;
}
.BgClassName
{
background-color: #E7D3CB;
}
</style>
border-color css
<style>
span { border-color: #E7D3CB; }
span { border-color: rgb(231,211,203); }
td.TdClassName
{
border-color: #E7D3CB;
}
.TagClassName
{
border-color: #E7D3CB;
}
</style>