Shades of Bizarre #E7D0C7
Tints of Bizarre #E7D0C7
RGB
CMYK
RGB Variations
Color information
#E7D0C7 (or 0xE7D0C7) is known color: Bizarre. HEX triplet: E7, D0 and C7. RGB value is (231,208,199). Sum of RGB (Red+Green+Blue) = 231+208+199=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0C7 is #182F38. Grayscale: #D5D5D5. Windows color (decimal): -1584953 or 13095143. OLE color: 13095143.
HSL color Cylindrical-coordinate representation of color #E7D0C7: hue angle of 16.88º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7D0C7 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 199 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.09 |
| HSL | 16.88º | 0.4% | 0.84% | - |
| HSV(B) | 16.88º | 0.14% | 0.91% | - |
| XYZ | 65.82 | 66.22 | 63.35 | - |
| YUV | 213.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 199 | 0 | 0.10 | 0.14 | 0.09 | 16.88 | 0.4 | 0.84 |
| Hex | E7 | D0 | C7 | 0 | A | E | 9 | 11 | 28 | 54 |
| Octal | 347 | 320 | 307 | 0 | 12 | 16 | 11 | 21 | 50 | 124 |
| Binary | 11100111 | 11010000 | 11000111 | 0 | 1010 | 1110 | 1001 | 10001 | 101000 | 1010100 |
Color Harmonies of #E7D0C7
Complementary color
Monochromatic Colors of #E7D0C7
Black with #E7D0C7
Text Example
Text Example
White with #E7D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0C7; }
p { color: rgb(231,208,199); }
H1.HeaderClassName
{
color: #E7D0C7;
}
.AnyTagClassName
{
color: #E7D0C7;
}
</style>
background-color css
<style>
a { background-color: #E7D0C7; }
a { background-color: rgb(231,208,199); }
div.DivClassName
{
background-color: #E7D0C7;
}
.BgClassName
{
background-color: #E7D0C7;
}
</style>
border-color css
<style>
span { border-color: #E7D0C7; }
span { border-color: rgb(231,208,199); }
td.TdClassName
{
border-color: #E7D0C7;
}
.TagClassName
{
border-color: #E7D0C7;
}
</style>