Shades of Fantasy #ECE6E2
Tints of Fantasy #ECE6E2
RGB
CMYK
RGB Variations
Color information
#ECE6E2 (or 0xECE6E2) is known color: Fantasy. HEX triplet: EC, E6 and E2. RGB value is (236,230,226). Sum of RGB (Red+Green+Blue) = 236+230+226=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 226 (88.67% from 255 or 32.66% from 692); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6E2 is #13191D. Grayscale: #E7E7E7. Windows color (decimal): -1251614 or 14870252. OLE color: 14870252.
HSL color Cylindrical-coordinate representation of color #ECE6E2: hue angle of 24º degrees, saturation: 0.21, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECE6E2 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 226 | - |
CMYK | 0 | 0.03 | 0.04 | 0.07 |
HSL | 24º | 0.21% | 0.91% | - |
HSV(B) | 24º | 0.04% | 0.93% | - |
XYZ | 76.62 | 79.92 | 83.34 | - |
YUV | 231.34 | 124.99 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 226 | 0 | 0.03 | 0.04 | 0.07 | 24 | 0.21 | 0.91 |
Hex | EC | E6 | E2 | 0 | 3 | 4 | 7 | 18 | 15 | 5B |
Octal | 354 | 346 | 342 | 0 | 3 | 4 | 7 | 30 | 25 | 133 |
Binary | 11101100 | 11100110 | 11100010 | 0 | 11 | 100 | 111 | 11000 | 10101 | 1011011 |
Color Harmonies of #ECE6E2
Complementary color
Monochromatic Colors of #ECE6E2
Black with #ECE6E2
Text Example
Text Example
White with #ECE6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6E2; }
p { color: rgb(236,230,226); }
H1.HeaderClassName
{
color: #ECE6E2;
}
.AnyTagClassName
{
color: #ECE6E2;
}
</style>
background-color css
<style>
a { background-color: #ECE6E2; }
a { background-color: rgb(236,230,226); }
div.DivClassName
{
background-color: #ECE6E2;
}
.BgClassName
{
background-color: #ECE6E2;
}
</style>
border-color css
<style>
span { border-color: #ECE6E2; }
span { border-color: rgb(236,230,226); }
td.TdClassName
{
border-color: #ECE6E2;
}
.TagClassName
{
border-color: #ECE6E2;
}
</style>