Shades of Bizarre #E6D2C6
Tints of Bizarre #E6D2C6
RGB
CMYK
RGB Variations
Color information
#E6D2C6 (or 0xE6D2C6) is known color: Bizarre. HEX triplet: E6, D2 and C6. RGB value is (230,210,198). Sum of RGB (Red+Green+Blue) = 230+210+198=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D2C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D2C6 is #192D39. Grayscale: #D6D6D6. Windows color (decimal): -1649978 or 13030118. OLE color: 13030118.
HSL color Cylindrical-coordinate representation of color #E6D2C6: hue angle of 22.5º 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 #E6D2C6 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 210 | 198 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.10 |
| HSL | 22.5º | 0.39% | 0.84% | - |
| HSV(B) | 22.5º | 0.14% | 0.9% | - |
| XYZ | 65.87 | 66.99 | 62.89 | - |
| YUV | 214.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 210 | 198 | 0 | 0.09 | 0.14 | 0.10 | 22.5 | 0.39 | 0.84 |
| Hex | E6 | D2 | C6 | 0 | 9 | E | A | 16 | 27 | 54 |
| Octal | 346 | 322 | 306 | 0 | 11 | 16 | 12 | 26 | 47 | 124 |
| Binary | 11100110 | 11010010 | 11000110 | 0 | 1001 | 1110 | 1010 | 10110 | 100111 | 1010100 |
Color Harmonies of #E6D2C6
Complementary color
Monochromatic Colors of #E6D2C6
Black with #E6D2C6
Text Example
Text Example
White with #E6D2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D2C6; }
p { color: rgb(230,210,198); }
H1.HeaderClassName
{
color: #E6D2C6;
}
.AnyTagClassName
{
color: #E6D2C6;
}
</style>
background-color css
<style>
a { background-color: #E6D2C6; }
a { background-color: rgb(230,210,198); }
div.DivClassName
{
background-color: #E6D2C6;
}
.BgClassName
{
background-color: #E6D2C6;
}
</style>
border-color css
<style>
span { border-color: #E6D2C6; }
span { border-color: rgb(230,210,198); }
td.TdClassName
{
border-color: #E6D2C6;
}
.TagClassName
{
border-color: #E6D2C6;
}
</style>