Shades of Fantasy #ECE2DB
Tints of Fantasy #ECE2DB
RGB
CMYK
RGB Variations
Color information
#ECE2DB (or 0xECE2DB) is known color: Fantasy. HEX triplet: EC, E2 and DB. RGB value is (236,226,219). Sum of RGB (Red+Green+Blue) = 236+226+219=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 226 (88.67% from 255 or 33.19% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2DB is #131D24. Grayscale: #E4E4E4. Windows color (decimal): -1252645 or 14410476. OLE color: 14410476.
HSL color Cylindrical-coordinate representation of color #ECE2DB: hue angle of 24.71º degrees, saturation: 0.31, 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 #ECE2DB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 226 | 219 | - |
CMYK | 0 | 0.04 | 0.07 | 0.07 |
HSL | 24.71º | 0.31% | 0.89% | - |
HSV(B) | 24.71º | 0.07% | 0.93% | - |
XYZ | 74.57 | 77.34 | 78.02 | - |
YUV | 228.19 | 122.81 | 133.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 226 | 219 | 0 | 0.04 | 0.07 | 0.07 | 24.71 | 0.31 | 0.89 |
Hex | EC | E2 | DB | 0 | 4 | 7 | 7 | 19 | 1F | 59 |
Octal | 354 | 342 | 333 | 0 | 4 | 7 | 7 | 31 | 37 | 131 |
Binary | 11101100 | 11100010 | 11011011 | 0 | 100 | 111 | 111 | 11001 | 11111 | 1011001 |
Color Harmonies of #ECE2DB
Complementary color
Monochromatic Colors of #ECE2DB
Black with #ECE2DB
Text Example
Text Example
White with #ECE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE2DB; }
p { color: rgb(236,226,219); }
H1.HeaderClassName
{
color: #ECE2DB;
}
.AnyTagClassName
{
color: #ECE2DB;
}
</style>
background-color css
<style>
a { background-color: #ECE2DB; }
a { background-color: rgb(236,226,219); }
div.DivClassName
{
background-color: #ECE2DB;
}
.BgClassName
{
background-color: #ECE2DB;
}
</style>
border-color css
<style>
span { border-color: #ECE2DB; }
span { border-color: rgb(236,226,219); }
td.TdClassName
{
border-color: #ECE2DB;
}
.TagClassName
{
border-color: #ECE2DB;
}
</style>