Shades of Merino #E6DCCF
Tints of Merino #E6DCCF
RGB
CMYK
RGB Variations
Color information
#E6DCCF (or 0xE6DCCF) is known color: Merino. HEX triplet: E6, DC and CF. RGB value is (230,220,207). Sum of RGB (Red+Green+Blue) = 230+220+207=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 207 (81.25% from 255 or 31.51% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCCF is #192330. Grayscale: #DDDDDD. Windows color (decimal): -1647409 or 13622502. OLE color: 13622502.
HSL color Cylindrical-coordinate representation of color #E6DCCF: hue angle of 33.91º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DCCF is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 220 | 207 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.10 |
| HSL | 33.91º | 0.32% | 0.86% | - |
| HSV(B) | 33.91º | 0.1% | 0.9% | - |
| XYZ | 69.49 | 72.51 | 69.37 | - |
| YUV | 221.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 220 | 207 | 0 | 0.04 | 0.10 | 0.10 | 33.91 | 0.32 | 0.86 |
| Hex | E6 | DC | CF | 0 | 4 | A | A | 22 | 20 | 56 |
| Octal | 346 | 334 | 317 | 0 | 4 | 12 | 12 | 42 | 40 | 126 |
| Binary | 11100110 | 11011100 | 11001111 | 0 | 100 | 1010 | 1010 | 100010 | 100000 | 1010110 |
Color Harmonies of #E6DCCF
Complementary color
Monochromatic Colors of #E6DCCF
Black with #E6DCCF
Text Example
Text Example
White with #E6DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DCCF; }
p { color: rgb(230,220,207); }
H1.HeaderClassName
{
color: #E6DCCF;
}
.AnyTagClassName
{
color: #E6DCCF;
}
</style>
background-color css
<style>
a { background-color: #E6DCCF; }
a { background-color: rgb(230,220,207); }
div.DivClassName
{
background-color: #E6DCCF;
}
.BgClassName
{
background-color: #E6DCCF;
}
</style>
border-color css
<style>
span { border-color: #E6DCCF; }
span { border-color: rgb(230,220,207); }
td.TdClassName
{
border-color: #E6DCCF;
}
.TagClassName
{
border-color: #E6DCCF;
}
</style>