Shades of Bizarre #E7D2CB
Tints of Bizarre #E7D2CB
RGB
CMYK
RGB Variations
Color information
#E7D2CB (or 0xE7D2CB) is known color: Bizarre. HEX triplet: E7, D2 and CB. RGB value is (231,210,203). Sum of RGB (Red+Green+Blue) = 231+210+203=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D2CB is #182D34. Grayscale: #D7D7D7. Windows color (decimal): -1584437 or 13357799. OLE color: 13357799.
HSL color Cylindrical-coordinate representation of color #E7D2CB: hue angle of 15º degrees, saturation: 0.37, 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 #E7D2CB is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 203 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.09 |
| HSL | 15º | 0.37% | 0.85% | - |
| HSV(B) | 15º | 0.12% | 0.91% | - |
| XYZ | 66.78 | 67.39 | 65.99 | - |
| YUV | 215.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 203 | 0 | 0.09 | 0.12 | 0.09 | 15 | 0.37 | 0.85 |
| Hex | E7 | D2 | CB | 0 | 9 | C | 9 | F | 25 | 55 |
| Octal | 347 | 322 | 313 | 0 | 11 | 14 | 11 | 17 | 45 | 125 |
| Binary | 11100111 | 11010010 | 11001011 | 0 | 1001 | 1100 | 1001 | 1111 | 100101 | 1010101 |
Color Harmonies of #E7D2CB
Complementary color
Monochromatic Colors of #E7D2CB
Black with #E7D2CB
Text Example
Text Example
White with #E7D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D2CB; }
p { color: rgb(231,210,203); }
H1.HeaderClassName
{
color: #E7D2CB;
}
.AnyTagClassName
{
color: #E7D2CB;
}
</style>
background-color css
<style>
a { background-color: #E7D2CB; }
a { background-color: rgb(231,210,203); }
div.DivClassName
{
background-color: #E7D2CB;
}
.BgClassName
{
background-color: #E7D2CB;
}
</style>
border-color css
<style>
span { border-color: #E7D2CB; }
span { border-color: rgb(231,210,203); }
td.TdClassName
{
border-color: #E7D2CB;
}
.TagClassName
{
border-color: #E7D2CB;
}
</style>