Shades of Bizarre #E1D2CC
Tints of Bizarre #E1D2CC
RGB
CMYK
RGB Variations
Color information
#E1D2CC (or 0xE1D2CC) is known color: Bizarre. HEX triplet: E1, D2 and CC. RGB value is (225,210,204). Sum of RGB (Red+Green+Blue) = 225+210+204=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2CC is #1E2D33. Grayscale: #D5D5D5. Windows color (decimal): -1977652 or 13423329. OLE color: 13423329.
HSL color Cylindrical-coordinate representation of color #E1D2CC: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D2CC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 204 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.12 |
| HSL | 17.14º | 0.26% | 0.84% | - |
| HSV(B) | 17.14º | 0.09% | 0.88% | - |
| XYZ | 65 | 66.46 | 66.53 | - |
| YUV | 213.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 204 | 0 | 0.07 | 0.09 | 0.12 | 17.14 | 0.26 | 0.84 |
| Hex | E1 | D2 | CC | 0 | 7 | 9 | C | 11 | 1A | 54 |
| Octal | 341 | 322 | 314 | 0 | 7 | 11 | 14 | 21 | 32 | 124 |
| Binary | 11100001 | 11010010 | 11001100 | 0 | 111 | 1001 | 1100 | 10001 | 11010 | 1010100 |
Color Harmonies of #E1D2CC
Complementary color
Monochromatic Colors of #E1D2CC
Black with #E1D2CC
Text Example
Text Example
White with #E1D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2CC; }
p { color: rgb(225,210,204); }
H1.HeaderClassName
{
color: #E1D2CC;
}
.AnyTagClassName
{
color: #E1D2CC;
}
</style>
background-color css
<style>
a { background-color: #E1D2CC; }
a { background-color: rgb(225,210,204); }
div.DivClassName
{
background-color: #E1D2CC;
}
.BgClassName
{
background-color: #E1D2CC;
}
</style>
border-color css
<style>
span { border-color: #E1D2CC; }
span { border-color: rgb(225,210,204); }
td.TdClassName
{
border-color: #E1D2CC;
}
.TagClassName
{
border-color: #E1D2CC;
}
</style>