Shades of Fantasy #ECE3DC
Tints of Fantasy #ECE3DC
RGB
CMYK
RGB Variations
Color information
#ECE3DC (or 0xECE3DC) is known color: Fantasy. HEX triplet: EC, E3 and DC. RGB value is (236,227,220). Sum of RGB (Red+Green+Blue) = 236+227+220=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3DC is #131C23. Grayscale: #E4E4E4. Windows color (decimal): -1252388 or 14476268. OLE color: 14476268.
HSL color Cylindrical-coordinate representation of color #ECE3DC: hue angle of 26.25º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE3DC is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 220 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.07 |
| HSL | 26.25º | 0.3% | 0.89% | - |
| HSV(B) | 26.25º | 0.07% | 0.93% | - |
| XYZ | 74.98 | 77.94 | 78.8 | - |
| YUV | 228.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 220 | 0 | 0.04 | 0.07 | 0.07 | 26.25 | 0.3 | 0.89 |
| Hex | EC | E3 | DC | 0 | 4 | 7 | 7 | 1A | 1E | 59 |
| Octal | 354 | 343 | 334 | 0 | 4 | 7 | 7 | 32 | 36 | 131 |
| Binary | 11101100 | 11100011 | 11011100 | 0 | 100 | 111 | 111 | 11010 | 11110 | 1011001 |
Color Harmonies of #ECE3DC
Complementary color
Monochromatic Colors of #ECE3DC
Black with #ECE3DC
Text Example
Text Example
White with #ECE3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE3DC; }
p { color: rgb(236,227,220); }
H1.HeaderClassName
{
color: #ECE3DC;
}
.AnyTagClassName
{
color: #ECE3DC;
}
</style>
background-color css
<style>
a { background-color: #ECE3DC; }
a { background-color: rgb(236,227,220); }
div.DivClassName
{
background-color: #ECE3DC;
}
.BgClassName
{
background-color: #ECE3DC;
}
</style>
border-color css
<style>
span { border-color: #ECE3DC; }
span { border-color: rgb(236,227,220); }
td.TdClassName
{
border-color: #ECE3DC;
}
.TagClassName
{
border-color: #ECE3DC;
}
</style>