Shades of Bizarre #E5D3CD
Tints of Bizarre #E5D3CD
RGB
CMYK
RGB Variations
Color information
#E5D3CD (or 0xE5D3CD) is known color: Bizarre. HEX triplet: E5, D3 and CD. RGB value is (229,211,205). Sum of RGB (Red+Green+Blue) = 229+211+205=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D3CD is #1A2C32. Grayscale: #D7D7D7. Windows color (decimal): -1715251 or 13489125. OLE color: 13489125.
HSL color Cylindrical-coordinate representation of color #E5D3CD: hue angle of 15º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D3CD is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 205 | - |
| CMYK | 0 | 0.08 | 0.10 | 0.10 |
| HSL | 15º | 0.32% | 0.85% | - |
| HSV(B) | 15º | 0.1% | 0.9% | - |
| XYZ | 66.63 | 67.65 | 67.3 | - |
| YUV | 215.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 205 | 0 | 0.08 | 0.10 | 0.10 | 15 | 0.32 | 0.85 |
| Hex | E5 | D3 | CD | 0 | 8 | A | A | F | 20 | 55 |
| Octal | 345 | 323 | 315 | 0 | 10 | 12 | 12 | 17 | 40 | 125 |
| Binary | 11100101 | 11010011 | 11001101 | 0 | 1000 | 1010 | 1010 | 1111 | 100000 | 1010101 |
Color Harmonies of #E5D3CD
Complementary color
Monochromatic Colors of #E5D3CD
Black with #E5D3CD
Text Example
Text Example
White with #E5D3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D3CD; }
p { color: rgb(229,211,205); }
H1.HeaderClassName
{
color: #E5D3CD;
}
.AnyTagClassName
{
color: #E5D3CD;
}
</style>
background-color css
<style>
a { background-color: #E5D3CD; }
a { background-color: rgb(229,211,205); }
div.DivClassName
{
background-color: #E5D3CD;
}
.BgClassName
{
background-color: #E5D3CD;
}
</style>
border-color css
<style>
span { border-color: #E5D3CD; }
span { border-color: rgb(229,211,205); }
td.TdClassName
{
border-color: #E5D3CD;
}
.TagClassName
{
border-color: #E5D3CD;
}
</style>