Shades of Bizarre #E7D3CC
Tints of Bizarre #E7D3CC
RGB
CMYK
RGB Variations
Color information
#E7D3CC (or 0xE7D3CC) is known color: Bizarre. HEX triplet: E7, D3 and CC. RGB value is (231,211,204). Sum of RGB (Red+Green+Blue) = 231+211+204=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D3CC is #182C33. Grayscale: #D8D8D8. Windows color (decimal): -1584180 or 13423591. OLE color: 13423591.
HSL color Cylindrical-coordinate representation of color #E7D3CC: hue angle of 15.56º degrees, saturation: 0.36, 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 #E7D3CC is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 204 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.09 |
| HSL | 15.56º | 0.36% | 0.85% | - |
| HSV(B) | 15.56º | 0.12% | 0.91% | - |
| XYZ | 67.15 | 67.94 | 66.7 | - |
| YUV | 216.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 204 | 0 | 0.09 | 0.12 | 0.09 | 15.56 | 0.36 | 0.85 |
| Hex | E7 | D3 | CC | 0 | 9 | C | 9 | 10 | 24 | 55 |
| Octal | 347 | 323 | 314 | 0 | 11 | 14 | 11 | 20 | 44 | 125 |
| Binary | 11100111 | 11010011 | 11001100 | 0 | 1001 | 1100 | 1001 | 10000 | 100100 | 1010101 |
Color Harmonies of #E7D3CC
Complementary color
Monochromatic Colors of #E7D3CC
Black with #E7D3CC
Text Example
Text Example
White with #E7D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D3CC; }
p { color: rgb(231,211,204); }
H1.HeaderClassName
{
color: #E7D3CC;
}
.AnyTagClassName
{
color: #E7D3CC;
}
</style>
background-color css
<style>
a { background-color: #E7D3CC; }
a { background-color: rgb(231,211,204); }
div.DivClassName
{
background-color: #E7D3CC;
}
.BgClassName
{
background-color: #E7D3CC;
}
</style>
border-color css
<style>
span { border-color: #E7D3CC; }
span { border-color: rgb(231,211,204); }
td.TdClassName
{
border-color: #E7D3CC;
}
.TagClassName
{
border-color: #E7D3CC;
}
</style>