Shades of Bizarre #E7D0CA
Tints of Bizarre #E7D0CA
RGB
CMYK
RGB Variations
Color information
#E7D0CA (or 0xE7D0CA) is known color: Bizarre. HEX triplet: E7, D0 and CA. RGB value is (231,208,202). Sum of RGB (Red+Green+Blue) = 231+208+202=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 208 (81.64% from 255 or 32.45% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0CA is #182F35. Grayscale: #D6D6D6. Windows color (decimal): -1584950 or 13291751. OLE color: 13291751.
HSL color Cylindrical-coordinate representation of color #E7D0CA: hue angle of 12.41º degrees, saturation: 0.38, 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 #E7D0CA is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 202 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.09 |
| HSL | 12.41º | 0.38% | 0.85% | - |
| HSV(B) | 12.41º | 0.13% | 0.91% | - |
| XYZ | 66.17 | 66.36 | 65.2 | - |
| YUV | 214.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 202 | 0 | 0.10 | 0.13 | 0.09 | 12.41 | 0.38 | 0.85 |
| Hex | E7 | D0 | CA | 0 | A | D | 9 | C | 26 | 55 |
| Octal | 347 | 320 | 312 | 0 | 12 | 15 | 11 | 14 | 46 | 125 |
| Binary | 11100111 | 11010000 | 11001010 | 0 | 1010 | 1101 | 1001 | 1100 | 100110 | 1010101 |
Color Harmonies of #E7D0CA
Complementary color
Monochromatic Colors of #E7D0CA
Black with #E7D0CA
Text Example
Text Example
White with #E7D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0CA; }
p { color: rgb(231,208,202); }
H1.HeaderClassName
{
color: #E7D0CA;
}
.AnyTagClassName
{
color: #E7D0CA;
}
</style>
background-color css
<style>
a { background-color: #E7D0CA; }
a { background-color: rgb(231,208,202); }
div.DivClassName
{
background-color: #E7D0CA;
}
.BgClassName
{
background-color: #E7D0CA;
}
</style>
border-color css
<style>
span { border-color: #E7D0CA; }
span { border-color: rgb(231,208,202); }
td.TdClassName
{
border-color: #E7D0CA;
}
.TagClassName
{
border-color: #E7D0CA;
}
</style>