Shades of Bizarre #E6D0CA
Tints of Bizarre #E6D0CA
RGB
CMYK
RGB Variations
Color information
#E6D0CA (or 0xE6D0CA) is known color: Bizarre. HEX triplet: E6, D0 and CA. RGB value is (230,208,202). Sum of RGB (Red+Green+Blue) = 230+208+202=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0CA is #192F35. Grayscale: #D5D5D5. Windows color (decimal): -1650486 or 13291750. OLE color: 13291750.
HSL color Cylindrical-coordinate representation of color #E6D0CA: hue angle of 12.86º degrees, saturation: 0.36, 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 #E6D0CA is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 202 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.10 |
| HSL | 12.86º | 0.36% | 0.85% | - |
| HSV(B) | 12.86º | 0.12% | 0.9% | - |
| XYZ | 65.85 | 66.2 | 65.18 | - |
| YUV | 213.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 202 | 0 | 0.10 | 0.12 | 0.10 | 12.86 | 0.36 | 0.85 |
| Hex | E6 | D0 | CA | 0 | A | C | A | D | 24 | 55 |
| Octal | 346 | 320 | 312 | 0 | 12 | 14 | 12 | 15 | 44 | 125 |
| Binary | 11100110 | 11010000 | 11001010 | 0 | 1010 | 1100 | 1010 | 1101 | 100100 | 1010101 |
Color Harmonies of #E6D0CA
Complementary color
Monochromatic Colors of #E6D0CA
Black with #E6D0CA
Text Example
Text Example
White with #E6D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D0CA; }
p { color: rgb(230,208,202); }
H1.HeaderClassName
{
color: #E6D0CA;
}
.AnyTagClassName
{
color: #E6D0CA;
}
</style>
background-color css
<style>
a { background-color: #E6D0CA; }
a { background-color: rgb(230,208,202); }
div.DivClassName
{
background-color: #E6D0CA;
}
.BgClassName
{
background-color: #E6D0CA;
}
</style>
border-color css
<style>
span { border-color: #E6D0CA; }
span { border-color: rgb(230,208,202); }
td.TdClassName
{
border-color: #E6D0CA;
}
.TagClassName
{
border-color: #E6D0CA;
}
</style>