Shades of Bizarre #E7D4C7
Tints of Bizarre #E7D4C7
RGB
CMYK
RGB Variations
Color information
#E7D4C7 (or 0xE7D4C7) is known color: Bizarre. HEX triplet: E7, D4 and C7. RGB value is (231,212,199). Sum of RGB (Red+Green+Blue) = 231+212+199=642 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.98% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4C7 is #182B38. Grayscale: #D8D8D8. Windows color (decimal): -1583929 or 13096167. OLE color: 13096167.
HSL color Cylindrical-coordinate representation of color #E7D4C7: hue angle of 24.38º 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 #E7D4C7 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 199 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.09 |
| HSL | 24.38º | 0.4% | 0.84% | - |
| HSV(B) | 24.38º | 0.14% | 0.91% | - |
| XYZ | 66.81 | 68.2 | 63.68 | - |
| YUV | 216.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 199 | 0 | 0.08 | 0.14 | 0.09 | 24.38 | 0.4 | 0.84 |
| Hex | E7 | D4 | C7 | 0 | 8 | E | 9 | 18 | 28 | 54 |
| Octal | 347 | 324 | 307 | 0 | 10 | 16 | 11 | 30 | 50 | 124 |
| Binary | 11100111 | 11010100 | 11000111 | 0 | 1000 | 1110 | 1001 | 11000 | 101000 | 1010100 |
Color Harmonies of #E7D4C7
Complementary color
Monochromatic Colors of #E7D4C7
Black with #E7D4C7
Text Example
Text Example
White with #E7D4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4C7; }
p { color: rgb(231,212,199); }
H1.HeaderClassName
{
color: #E7D4C7;
}
.AnyTagClassName
{
color: #E7D4C7;
}
</style>
background-color css
<style>
a { background-color: #E7D4C7; }
a { background-color: rgb(231,212,199); }
div.DivClassName
{
background-color: #E7D4C7;
}
.BgClassName
{
background-color: #E7D4C7;
}
</style>
border-color css
<style>
span { border-color: #E7D4C7; }
span { border-color: rgb(231,212,199); }
td.TdClassName
{
border-color: #E7D4C7;
}
.TagClassName
{
border-color: #E7D4C7;
}
</style>