Shades of Panache #ECFADE
Tints of Panache #ECFADE
RGB
CMYK
RGB Variations
Color information
#ECFADE (or 0xECFADE) is known color: Panache. HEX triplet: EC, FA and DE. RGB value is (236,250,222). Sum of RGB (Red+Green+Blue) = 236+250+222=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #ECFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFADE is #130521. Grayscale: #F2F2F2. Windows color (decimal): -1246498 or 14613228. OLE color: 14613228.
HSL color Cylindrical-coordinate representation of color #ECFADE: hue angle of 90º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECFADE is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 250 | 222 | - |
CMYK | 0.06 | 0 | 0.11 | 0.02 |
HSL | 90º | 0.74% | 0.93% | - |
HSV(B) | 90º | 0.11% | 0.98% | - |
XYZ | 81.96 | 91.48 | 82.44 | - |
YUV | 242.62 | 116.36 | 123.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 250 | 222 | 0.06 | 0 | 0.11 | 0.02 | 90 | 0.74 | 0.93 |
Hex | EC | FA | DE | 6 | 0 | B | 2 | 5A | 4A | 5D |
Octal | 354 | 372 | 336 | 6 | 0 | 13 | 2 | 132 | 112 | 135 |
Binary | 11101100 | 11111010 | 11011110 | 110 | 0 | 1011 | 10 | 1011010 | 1001010 | 1011101 |
Color Harmonies of #ECFADE
Complementary color
Monochromatic Colors of #ECFADE
Black with #ECFADE
Text Example
Text Example
White with #ECFADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFADE; }
p { color: rgb(236,250,222); }
H1.HeaderClassName
{
color: #ECFADE;
}
.AnyTagClassName
{
color: #ECFADE;
}
</style>
background-color css
<style>
a { background-color: #ECFADE; }
a { background-color: rgb(236,250,222); }
div.DivClassName
{
background-color: #ECFADE;
}
.BgClassName
{
background-color: #ECFADE;
}
</style>
border-color css
<style>
span { border-color: #ECFADE; }
span { border-color: rgb(236,250,222); }
td.TdClassName
{
border-color: #ECFADE;
}
.TagClassName
{
border-color: #ECFADE;
}
</style>