Shades of Bizarre #E5D2CB
Tints of Bizarre #E5D2CB
RGB
CMYK
RGB Variations
Color information
#E5D2CB (or 0xE5D2CB) is known color: Bizarre. HEX triplet: E5, D2 and CB. RGB value is (229,210,203). Sum of RGB (Red+Green+Blue) = 229+210+203=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D2CB is #1A2D34. Grayscale: #D6D6D6. Windows color (decimal): -1715509 or 13357797. OLE color: 13357797.
HSL color Cylindrical-coordinate representation of color #E5D2CB: hue angle of 16.15º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5D2CB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 203 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.10 |
| HSL | 16.15º | 0.33% | 0.85% | - |
| HSV(B) | 16.15º | 0.11% | 0.9% | - |
| XYZ | 66.14 | 67.06 | 65.96 | - |
| YUV | 214.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 203 | 0 | 0.08 | 0.11 | 0.10 | 16.15 | 0.33 | 0.85 |
| Hex | E5 | D2 | CB | 0 | 8 | B | A | 10 | 21 | 55 |
| Octal | 345 | 322 | 313 | 0 | 10 | 13 | 12 | 20 | 41 | 125 |
| Binary | 11100101 | 11010010 | 11001011 | 0 | 1000 | 1011 | 1010 | 10000 | 100001 | 1010101 |
Color Harmonies of #E5D2CB
Complementary color
Monochromatic Colors of #E5D2CB
Black with #E5D2CB
Text Example
Text Example
White with #E5D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D2CB; }
p { color: rgb(229,210,203); }
H1.HeaderClassName
{
color: #E5D2CB;
}
.AnyTagClassName
{
color: #E5D2CB;
}
</style>
background-color css
<style>
a { background-color: #E5D2CB; }
a { background-color: rgb(229,210,203); }
div.DivClassName
{
background-color: #E5D2CB;
}
.BgClassName
{
background-color: #E5D2CB;
}
</style>
border-color css
<style>
span { border-color: #E5D2CB; }
span { border-color: rgb(229,210,203); }
td.TdClassName
{
border-color: #E5D2CB;
}
.TagClassName
{
border-color: #E5D2CB;
}
</style>