Shades of Panache #EDF4E7
Tints of Panache #EDF4E7
RGB
CMYK
RGB Variations
Color information
#EDF4E7 (or 0xEDF4E7) is known color: Panache. HEX triplet: ED, F4 and E7. RGB value is (237,244,231). Sum of RGB (Red+Green+Blue) = 237+244+231=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 231 (90.62% from 255 or 32.44% from 712); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4E7 is #120B18. Grayscale: #F0F0F0. Windows color (decimal): -1182489 or 15201517. OLE color: 15201517.
HSL color Cylindrical-coordinate representation of color #EDF4E7: hue angle of 92.31º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF4E7 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 244 | 231 | - |
CMYK | 0.03 | 0 | 0.05 | 0.04 |
HSL | 92.31º | 0.37% | 0.93% | - |
HSV(B) | 92.31º | 0.05% | 0.96% | - |
XYZ | 81.7 | 88.48 | 88.37 | - |
YUV | 240.43 | 122.68 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 244 | 231 | 0.03 | 0 | 0.05 | 0.04 | 92.31 | 0.37 | 0.93 |
Hex | ED | F4 | E7 | 3 | 0 | 5 | 4 | 5C | 25 | 5D |
Octal | 355 | 364 | 347 | 3 | 0 | 5 | 4 | 134 | 45 | 135 |
Binary | 11101101 | 11110100 | 11100111 | 11 | 0 | 101 | 100 | 1011100 | 100101 | 1011101 |
Color Harmonies of #EDF4E7
Complementary color
Monochromatic Colors of #EDF4E7
Black with #EDF4E7
Text Example
Text Example
White with #EDF4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4E7; }
p { color: rgb(237,244,231); }
H1.HeaderClassName
{
color: #EDF4E7;
}
.AnyTagClassName
{
color: #EDF4E7;
}
</style>
background-color css
<style>
a { background-color: #EDF4E7; }
a { background-color: rgb(237,244,231); }
div.DivClassName
{
background-color: #EDF4E7;
}
.BgClassName
{
background-color: #EDF4E7;
}
</style>
border-color css
<style>
span { border-color: #EDF4E7; }
span { border-color: rgb(237,244,231); }
td.TdClassName
{
border-color: #EDF4E7;
}
.TagClassName
{
border-color: #EDF4E7;
}
</style>