Shades of Coconut Cream #E6DCBA
Tints of Coconut Cream #E6DCBA
RGB
CMYK
RGB Variations
Color information
#E6DCBA (or 0xE6DCBA) is known color: Coconut Cream. HEX triplet: E6, DC and BA. RGB value is (230,220,186). Sum of RGB (Red+Green+Blue) = 230+220+186=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCBA is #192345. Grayscale: #DBDBDB. Windows color (decimal): -1647430 or 12246246. OLE color: 12246246.
HSL color Cylindrical-coordinate representation of color #E6DCBA: hue angle of 46.36º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6DCBA is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 186 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.10 |
| HSL | 46.36º | 0.47% | 0.82% | - |
| HSV(B) | 46.36º | 0.19% | 0.9% | - |
| XYZ | 67.09 | 71.55 | 56.73 | - |
| YUV | 219.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 186 | 0 | 0.04 | 0.19 | 0.10 | 46.36 | 0.47 | 0.82 |
| Hex | E6 | DC | BA | 0 | 4 | 13 | A | 2E | 2F | 52 |
| Octal | 346 | 334 | 272 | 0 | 4 | 23 | 12 | 56 | 57 | 122 |
| Binary | 11100110 | 11011100 | 10111010 | 0 | 100 | 10011 | 1010 | 101110 | 101111 | 1010010 |
Color Harmonies of #E6DCBA
Complementary color
Monochromatic Colors of #E6DCBA
Black with #E6DCBA
Text Example
Text Example
White with #E6DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCBA; }
p { color: rgb(230,220,186); }
H1.HeaderClassName
{
color: #E6DCBA;
}
.AnyTagClassName
{
color: #E6DCBA;
}
</style>
background-color css
<style>
a { background-color: #E6DCBA; }
a { background-color: rgb(230,220,186); }
div.DivClassName
{
background-color: #E6DCBA;
}
.BgClassName
{
background-color: #E6DCBA;
}
</style>
border-color css
<style>
span { border-color: #E6DCBA; }
span { border-color: rgb(230,220,186); }
td.TdClassName
{
border-color: #E6DCBA;
}
.TagClassName
{
border-color: #E6DCBA;
}
</style>