Shades of Bizarre #E7D0C8
Tints of Bizarre #E7D0C8
RGB
CMYK
RGB Variations
Color information
#E7D0C8 (or 0xE7D0C8) is known color: Bizarre. HEX triplet: E7, D0 and C8. RGB value is (231,208,200). Sum of RGB (Red+Green+Blue) = 231+208+200=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 200 (78.52% from 255 or 31.30% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0C8 is #182F37. Grayscale: #D6D6D6. Windows color (decimal): -1584952 or 13160679. OLE color: 13160679.
HSL color Cylindrical-coordinate representation of color #E7D0C8: hue angle of 15.48º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7D0C8 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 200 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.09 |
| HSL | 15.48º | 0.39% | 0.85% | - |
| HSV(B) | 15.48º | 0.13% | 0.91% | - |
| XYZ | 65.94 | 66.27 | 63.96 | - |
| YUV | 213.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 200 | 0 | 0.10 | 0.13 | 0.09 | 15.48 | 0.39 | 0.85 |
| Hex | E7 | D0 | C8 | 0 | A | D | 9 | F | 27 | 55 |
| Octal | 347 | 320 | 310 | 0 | 12 | 15 | 11 | 17 | 47 | 125 |
| Binary | 11100111 | 11010000 | 11001000 | 0 | 1010 | 1101 | 1001 | 1111 | 100111 | 1010101 |
Color Harmonies of #E7D0C8
Complementary color
Monochromatic Colors of #E7D0C8
Black with #E7D0C8
Text Example
Text Example
White with #E7D0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0C8; }
p { color: rgb(231,208,200); }
H1.HeaderClassName
{
color: #E7D0C8;
}
.AnyTagClassName
{
color: #E7D0C8;
}
</style>
background-color css
<style>
a { background-color: #E7D0C8; }
a { background-color: rgb(231,208,200); }
div.DivClassName
{
background-color: #E7D0C8;
}
.BgClassName
{
background-color: #E7D0C8;
}
</style>
border-color css
<style>
span { border-color: #E7D0C8; }
span { border-color: rgb(231,208,200); }
td.TdClassName
{
border-color: #E7D0C8;
}
.TagClassName
{
border-color: #E7D0C8;
}
</style>