Shades of Remy #ECE0DD
Tints of Remy #ECE0DD
RGB
CMYK
RGB Variations
Color information
#ECE0DD (or 0xECE0DD) is known color: Remy. HEX triplet: EC, E0 and DD. RGB value is (236,224,221). Sum of RGB (Red+Green+Blue) = 236+224+221=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE0DD is #131F22. Grayscale: #E3E3E3. Windows color (decimal): -1253155 or 14541036. OLE color: 14541036.
HSL color Cylindrical-coordinate representation of color #ECE0DD: hue angle of 12º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE0DD is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 221 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.07 |
| HSL | 12º | 0.28% | 0.9% | - |
| HSV(B) | 12º | 0.06% | 0.93% | - |
| XYZ | 74.3 | 76.36 | 79.23 | - |
| YUV | 227.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 221 | 0 | 0.05 | 0.06 | 0.07 | 12 | 0.28 | 0.9 |
| Hex | EC | E0 | DD | 0 | 5 | 6 | 7 | C | 1C | 5A |
| Octal | 354 | 340 | 335 | 0 | 5 | 6 | 7 | 14 | 34 | 132 |
| Binary | 11101100 | 11100000 | 11011101 | 0 | 101 | 110 | 111 | 1100 | 11100 | 1011010 |
Color Harmonies of #ECE0DD
Complementary color
Monochromatic Colors of #ECE0DD
Black with #ECE0DD
Text Example
Text Example
White with #ECE0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE0DD; }
p { color: rgb(236,224,221); }
H1.HeaderClassName
{
color: #ECE0DD;
}
.AnyTagClassName
{
color: #ECE0DD;
}
</style>
background-color css
<style>
a { background-color: #ECE0DD; }
a { background-color: rgb(236,224,221); }
div.DivClassName
{
background-color: #ECE0DD;
}
.BgClassName
{
background-color: #ECE0DD;
}
</style>
border-color css
<style>
span { border-color: #ECE0DD; }
span { border-color: rgb(236,224,221); }
td.TdClassName
{
border-color: #ECE0DD;
}
.TagClassName
{
border-color: #ECE0DD;
}
</style>