Shades of Bizarre #E1D0C9
Tints of Bizarre #E1D0C9
RGB
CMYK
RGB Variations
Color information
#E1D0C9 (or 0xE1D0C9) is known color: Bizarre. HEX triplet: E1, D0 and C9. RGB value is (225,208,201). Sum of RGB (Red+Green+Blue) = 225+208+201=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0C9 is #1E2F36. Grayscale: #D4D4D4. Windows color (decimal): -1978167 or 13226209. OLE color: 13226209.
HSL color Cylindrical-coordinate representation of color #E1D0C9: hue angle of 17.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1D0C9 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 201 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.12 |
| HSL | 17.5º | 0.29% | 0.84% | - |
| HSV(B) | 17.5º | 0.11% | 0.88% | - |
| XYZ | 64.15 | 65.34 | 64.49 | - |
| YUV | 212.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 201 | 0 | 0.08 | 0.11 | 0.12 | 17.5 | 0.29 | 0.84 |
| Hex | E1 | D0 | C9 | 0 | 8 | B | C | 12 | 1D | 54 |
| Octal | 341 | 320 | 311 | 0 | 10 | 13 | 14 | 22 | 35 | 124 |
| Binary | 11100001 | 11010000 | 11001001 | 0 | 1000 | 1011 | 1100 | 10010 | 11101 | 1010100 |
Color Harmonies of #E1D0C9
Complementary color
Monochromatic Colors of #E1D0C9
Black with #E1D0C9
Text Example
Text Example
White with #E1D0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0C9; }
p { color: rgb(225,208,201); }
H1.HeaderClassName
{
color: #E1D0C9;
}
.AnyTagClassName
{
color: #E1D0C9;
}
</style>
background-color css
<style>
a { background-color: #E1D0C9; }
a { background-color: rgb(225,208,201); }
div.DivClassName
{
background-color: #E1D0C9;
}
.BgClassName
{
background-color: #E1D0C9;
}
</style>
border-color css
<style>
span { border-color: #E1D0C9; }
span { border-color: rgb(225,208,201); }
td.TdClassName
{
border-color: #E1D0C9;
}
.TagClassName
{
border-color: #E1D0C9;
}
</style>