Shades of Fantasy #ECE4DE
Tints of Fantasy #ECE4DE
RGB
CMYK
RGB Variations
Color information
#ECE4DE (or 0xECE4DE) is known color: Fantasy. HEX triplet: EC, E4 and DE. RGB value is (236,228,222). Sum of RGB (Red+Green+Blue) = 236+228+222=686 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.40% from 686); Green value is 228 (89.45% from 255 or 33.24% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4DE is #131B21. Grayscale: #E5E5E5. Windows color (decimal): -1252130 or 14607596. OLE color: 14607596.
HSL color Cylindrical-coordinate representation of color #ECE4DE: hue angle of 25.71º degrees, saturation: 0.27, 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 #ECE4DE is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 222 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.07 |
| HSL | 25.71º | 0.27% | 0.9% | - |
| HSV(B) | 25.71º | 0.06% | 0.93% | - |
| XYZ | 75.52 | 78.59 | 80.3 | - |
| YUV | 229.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 222 | 0 | 0.03 | 0.06 | 0.07 | 25.71 | 0.27 | 0.9 |
| Hex | EC | E4 | DE | 0 | 3 | 6 | 7 | 1A | 1B | 5A |
| Octal | 354 | 344 | 336 | 0 | 3 | 6 | 7 | 32 | 33 | 132 |
| Binary | 11101100 | 11100100 | 11011110 | 0 | 11 | 110 | 111 | 11010 | 11011 | 1011010 |
Color Harmonies of #ECE4DE
Complementary color
Monochromatic Colors of #ECE4DE
Black with #ECE4DE
Text Example
Text Example
White with #ECE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE4DE; }
p { color: rgb(236,228,222); }
H1.HeaderClassName
{
color: #ECE4DE;
}
.AnyTagClassName
{
color: #ECE4DE;
}
</style>
background-color css
<style>
a { background-color: #ECE4DE; }
a { background-color: rgb(236,228,222); }
div.DivClassName
{
background-color: #ECE4DE;
}
.BgClassName
{
background-color: #ECE4DE;
}
</style>
border-color css
<style>
span { border-color: #ECE4DE; }
span { border-color: rgb(236,228,222); }
td.TdClassName
{
border-color: #ECE4DE;
}
.TagClassName
{
border-color: #ECE4DE;
}
</style>