Shades of Panache #ECFCDD
Tints of Panache #ECFCDD
RGB
CMYK
RGB Variations
Color information
#ECFCDD (or 0xECFCDD) is known color: Panache. HEX triplet: EC, FC and DD. RGB value is (236,252,221). Sum of RGB (Red+Green+Blue) = 236+252+221=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 221 (86.72% from 255 or 31.17% from 709); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCDD is #130322. Grayscale: #F3F3F3. Windows color (decimal): -1245987 or 14548204. OLE color: 14548204.
HSL color Cylindrical-coordinate representation of color #ECFCDD: hue angle of 90.97º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECFCDD is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 252 | 221 | - |
CMYK | 0.06 | 0 | 0.12 | 0.01 |
HSL | 90.97º | 0.84% | 0.93% | - |
HSV(B) | 90.97º | 0.12% | 0.99% | - |
XYZ | 82.45 | 92.67 | 81.95 | - |
YUV | 243.68 | 115.2 | 122.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 252 | 221 | 0.06 | 0 | 0.12 | 0.01 | 90.97 | 0.84 | 0.93 |
Hex | EC | FC | DD | 6 | 0 | C | 1 | 5B | 54 | 5D |
Octal | 354 | 374 | 335 | 6 | 0 | 14 | 1 | 133 | 124 | 135 |
Binary | 11101100 | 11111100 | 11011101 | 110 | 0 | 1100 | 1 | 1011011 | 1010100 | 1011101 |
Color Harmonies of #ECFCDD
Complementary color
Monochromatic Colors of #ECFCDD
Black with #ECFCDD
Text Example
Text Example
White with #ECFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFCDD; }
p { color: rgb(236,252,221); }
H1.HeaderClassName
{
color: #ECFCDD;
}
.AnyTagClassName
{
color: #ECFCDD;
}
</style>
background-color css
<style>
a { background-color: #ECFCDD; }
a { background-color: rgb(236,252,221); }
div.DivClassName
{
background-color: #ECFCDD;
}
.BgClassName
{
background-color: #ECFCDD;
}
</style>
border-color css
<style>
span { border-color: #ECFCDD; }
span { border-color: rgb(236,252,221); }
td.TdClassName
{
border-color: #ECFCDD;
}
.TagClassName
{
border-color: #ECFCDD;
}
</style>