Shades of Panache #EDFCE6
Tints of Panache #EDFCE6
RGB
CMYK
RGB Variations
Color information
#EDFCE6 (or 0xEDFCE6) is known color: Panache. HEX triplet: ED, FC and E6. RGB value is (237,252,230). Sum of RGB (Red+Green+Blue) = 237+252+230=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 230 (90.23% from 255 or 31.99% from 719); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCE6 is #120319. Grayscale: #F5F5F5. Windows color (decimal): -1180442 or 15138029. OLE color: 15138029.
HSL color Cylindrical-coordinate representation of color #EDFCE6: hue angle of 100.91º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDFCE6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 230 | - |
CMYK | 0.06 | 0 | 0.09 | 0.01 |
HSL | 100.91º | 0.79% | 0.95% | - |
HSV(B) | 100.91º | 0.09% | 0.99% | - |
XYZ | 84.02 | 93.34 | 88.45 | - |
YUV | 245.01 | 119.53 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 230 | 0.06 | 0 | 0.09 | 0.01 | 100.91 | 0.79 | 0.95 |
Hex | ED | FC | E6 | 6 | 0 | 9 | 1 | 65 | 4F | 5F |
Octal | 355 | 374 | 346 | 6 | 0 | 11 | 1 | 145 | 117 | 137 |
Binary | 11101101 | 11111100 | 11100110 | 110 | 0 | 1001 | 1 | 1100101 | 1001111 | 1011111 |
Color Harmonies of #EDFCE6
Complementary color
Monochromatic Colors of #EDFCE6
Black with #EDFCE6
Text Example
Text Example
White with #EDFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCE6; }
p { color: rgb(237,252,230); }
H1.HeaderClassName
{
color: #EDFCE6;
}
.AnyTagClassName
{
color: #EDFCE6;
}
</style>
background-color css
<style>
a { background-color: #EDFCE6; }
a { background-color: rgb(237,252,230); }
div.DivClassName
{
background-color: #EDFCE6;
}
.BgClassName
{
background-color: #EDFCE6;
}
</style>
border-color css
<style>
span { border-color: #EDFCE6; }
span { border-color: rgb(237,252,230); }
td.TdClassName
{
border-color: #EDFCE6;
}
.TagClassName
{
border-color: #EDFCE6;
}
</style>