Shades of Panache #EDF1EB
Tints of Panache #EDF1EB
RGB
CMYK
RGB Variations
Color information
#EDF1EB (or 0xEDF1EB) is known color: Panache. HEX triplet: ED, F1 and EB. RGB value is (237,241,235). Sum of RGB (Red+Green+Blue) = 237+241+235=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 241 (94.53% from 255 or 33.80% from 713); Blue value is 235 (92.19% from 255 or 32.96% from 713); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1EB is #120E14. Grayscale: #EFEFEF. Windows color (decimal): -1183253 or 15462893. OLE color: 15462893.
HSL color Cylindrical-coordinate representation of color #EDF1EB: hue angle of 100º degrees, saturation: 0.18, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF1EB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 241 | 235 | - |
CMYK | 0.02 | 0 | 0.02 | 0.05 |
HSL | 100º | 0.18% | 0.93% | - |
HSV(B) | 100º | 0.02% | 0.95% | - |
XYZ | 81.38 | 86.91 | 91.08 | - |
YUV | 239.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 241 | 235 | 0.02 | 0 | 0.02 | 0.05 | 100 | 0.18 | 0.93 |
Hex | ED | F1 | EB | 2 | 0 | 2 | 5 | 64 | 12 | 5D |
Octal | 355 | 361 | 353 | 2 | 0 | 2 | 5 | 144 | 22 | 135 |
Binary | 11101101 | 11110001 | 11101011 | 10 | 0 | 10 | 101 | 1100100 | 10010 | 1011101 |
Color Harmonies of #EDF1EB
Complementary color
Monochromatic Colors of #EDF1EB
Black with #EDF1EB
Text Example
Text Example
White with #EDF1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF1EB; }
p { color: rgb(237,241,235); }
H1.HeaderClassName
{
color: #EDF1EB;
}
.AnyTagClassName
{
color: #EDF1EB;
}
</style>
background-color css
<style>
a { background-color: #EDF1EB; }
a { background-color: rgb(237,241,235); }
div.DivClassName
{
background-color: #EDF1EB;
}
.BgClassName
{
background-color: #EDF1EB;
}
</style>
border-color css
<style>
span { border-color: #EDF1EB; }
span { border-color: rgb(237,241,235); }
td.TdClassName
{
border-color: #EDF1EB;
}
.TagClassName
{
border-color: #EDF1EB;
}
</style>