Shades of Bizarre #E6D3CB
Tints of Bizarre #E6D3CB
RGB
CMYK
RGB Variations
Color information
#E6D3CB (or 0xE6D3CB) is known color: Bizarre. HEX triplet: E6, D3 and CB. RGB value is (230,211,203). Sum of RGB (Red+Green+Blue) = 230+211+203=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 211 (82.81% from 255 or 32.76% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3CB is #192C34. Grayscale: #D7D7D7. Windows color (decimal): -1649717 or 13358054. OLE color: 13358054.
HSL color Cylindrical-coordinate representation of color #E6D3CB: hue angle of 17.78º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6D3CB is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 203 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.10 |
| HSL | 17.78º | 0.35% | 0.85% | - |
| HSV(B) | 17.78º | 0.12% | 0.9% | - |
| XYZ | 66.71 | 67.72 | 66.06 | - |
| YUV | 215.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 203 | 0 | 0.08 | 0.12 | 0.10 | 17.78 | 0.35 | 0.85 |
| Hex | E6 | D3 | CB | 0 | 8 | C | A | 12 | 23 | 55 |
| Octal | 346 | 323 | 313 | 0 | 10 | 14 | 12 | 22 | 43 | 125 |
| Binary | 11100110 | 11010011 | 11001011 | 0 | 1000 | 1100 | 1010 | 10010 | 100011 | 1010101 |
Color Harmonies of #E6D3CB
Complementary color
Monochromatic Colors of #E6D3CB
Black with #E6D3CB
Text Example
Text Example
White with #E6D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D3CB; }
p { color: rgb(230,211,203); }
H1.HeaderClassName
{
color: #E6D3CB;
}
.AnyTagClassName
{
color: #E6D3CB;
}
</style>
background-color css
<style>
a { background-color: #E6D3CB; }
a { background-color: rgb(230,211,203); }
div.DivClassName
{
background-color: #E6D3CB;
}
.BgClassName
{
background-color: #E6D3CB;
}
</style>
border-color css
<style>
span { border-color: #E6D3CB; }
span { border-color: rgb(230,211,203); }
td.TdClassName
{
border-color: #E6D3CB;
}
.TagClassName
{
border-color: #E6D3CB;
}
</style>