Shades of Bizarre #E7D1C2
Tints of Bizarre #E7D1C2
RGB
CMYK
RGB Variations
Color information
#E7D1C2 (or 0xE7D1C2) is known color: Bizarre. HEX triplet: E7, D1 and C2. RGB value is (231,209,194). Sum of RGB (Red+Green+Blue) = 231+209+194=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 194 (76.17% from 255 or 30.60% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1C2 is #182E3D. Grayscale: #D5D5D5. Windows color (decimal): -1584702 or 12767719. OLE color: 12767719.
HSL color Cylindrical-coordinate representation of color #E7D1C2: hue angle of 24.32º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D1C2 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 194 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.09 |
| HSL | 24.32º | 0.44% | 0.83% | - |
| HSV(B) | 24.32º | 0.16% | 0.91% | - |
| XYZ | 65.49 | 66.48 | 60.42 | - |
| YUV | 213.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 194 | 0 | 0.10 | 0.16 | 0.09 | 24.32 | 0.44 | 0.83 |
| Hex | E7 | D1 | C2 | 0 | A | 10 | 9 | 18 | 2C | 53 |
| Octal | 347 | 321 | 302 | 0 | 12 | 20 | 11 | 30 | 54 | 123 |
| Binary | 11100111 | 11010001 | 11000010 | 0 | 1010 | 10000 | 1001 | 11000 | 101100 | 1010011 |
Color Harmonies of #E7D1C2
Complementary color
Monochromatic Colors of #E7D1C2
Black with #E7D1C2
Text Example
Text Example
White with #E7D1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1C2; }
p { color: rgb(231,209,194); }
H1.HeaderClassName
{
color: #E7D1C2;
}
.AnyTagClassName
{
color: #E7D1C2;
}
</style>
background-color css
<style>
a { background-color: #E7D1C2; }
a { background-color: rgb(231,209,194); }
div.DivClassName
{
background-color: #E7D1C2;
}
.BgClassName
{
background-color: #E7D1C2;
}
</style>
border-color css
<style>
span { border-color: #E7D1C2; }
span { border-color: rgb(231,209,194); }
td.TdClassName
{
border-color: #E7D1C2;
}
.TagClassName
{
border-color: #E7D1C2;
}
</style>