Shades of Bizarre #E6D1C6
Tints of Bizarre #E6D1C6
RGB
CMYK
RGB Variations
Color information
#E6D1C6 (or 0xE6D1C6) is known color: Bizarre. HEX triplet: E6, D1 and C6. RGB value is (230,209,198). Sum of RGB (Red+Green+Blue) = 230+209+198=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 198 (77.73% from 255 or 31.08% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1C6 is #192E39. Grayscale: #D6D6D6. Windows color (decimal): -1650234 or 13029862. OLE color: 13029862.
HSL color Cylindrical-coordinate representation of color #E6D1C6: hue angle of 20.62º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6D1C6 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 209 | 198 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.10 |
| HSL | 20.63º | 0.39% | 0.84% | - |
| HSV(B) | 20.63º | 0.14% | 0.9% | - |
| XYZ | 65.63 | 66.5 | 62.8 | - |
| YUV | 214.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 209 | 198 | 0 | 0.09 | 0.14 | 0.10 | 20.63 | 0.39 | 0.84 |
| Hex | E6 | D1 | C6 | 0 | 9 | E | A | 15 | 27 | 54 |
| Octal | 346 | 321 | 306 | 0 | 11 | 16 | 12 | 25 | 47 | 124 |
| Binary | 11100110 | 11010001 | 11000110 | 0 | 1001 | 1110 | 1010 | 10101 | 100111 | 1010100 |
Color Harmonies of #E6D1C6
Complementary color
Monochromatic Colors of #E6D1C6
Black with #E6D1C6
Text Example
Text Example
White with #E6D1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D1C6; }
p { color: rgb(230,209,198); }
H1.HeaderClassName
{
color: #E6D1C6;
}
.AnyTagClassName
{
color: #E6D1C6;
}
</style>
background-color css
<style>
a { background-color: #E6D1C6; }
a { background-color: rgb(230,209,198); }
div.DivClassName
{
background-color: #E6D1C6;
}
.BgClassName
{
background-color: #E6D1C6;
}
</style>
border-color css
<style>
span { border-color: #E6D1C6; }
span { border-color: rgb(230,209,198); }
td.TdClassName
{
border-color: #E6D1C6;
}
.TagClassName
{
border-color: #E6D1C6;
}
</style>