Shades of Panache #EBF1E6
Tints of Panache #EBF1E6
RGB
CMYK
RGB Variations
Color information
#EBF1E6 (or 0xEBF1E6) is known color: Panache. HEX triplet: EB, F1 and E6. RGB value is (235,241,230). Sum of RGB (Red+Green+Blue) = 235+241+230=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 241 (94.53% from 255 or 34.14% from 706); Blue value is 230 (90.23% from 255 or 32.58% from 706); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF1E6 is #140E19. Grayscale: #EDEDED. Windows color (decimal): -1314330 or 15135211. OLE color: 15135211.
HSL color Cylindrical-coordinate representation of color #EBF1E6: hue angle of 92.73º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF1E6 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 230 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.05 |
| HSL | 92.73º | 0.28% | 0.92% | - |
| HSV(B) | 92.73º | 0.05% | 0.95% | - |
| XYZ | 80 | 86.29 | 87.3 | - |
| YUV | 237.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 230 | 0.02 | 0 | 0.05 | 0.05 | 92.73 | 0.28 | 0.92 |
| Hex | EB | F1 | E6 | 2 | 0 | 5 | 5 | 5D | 1C | 5C |
| Octal | 353 | 361 | 346 | 2 | 0 | 5 | 5 | 135 | 34 | 134 |
| Binary | 11101011 | 11110001 | 11100110 | 10 | 0 | 101 | 101 | 1011101 | 11100 | 1011100 |
Color Harmonies of #EBF1E6
Complementary color
Monochromatic Colors of #EBF1E6
Black with #EBF1E6
Text Example
Text Example
White with #EBF1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF1E6; }
p { color: rgb(235,241,230); }
H1.HeaderClassName
{
color: #EBF1E6;
}
.AnyTagClassName
{
color: #EBF1E6;
}
</style>
background-color css
<style>
a { background-color: #EBF1E6; }
a { background-color: rgb(235,241,230); }
div.DivClassName
{
background-color: #EBF1E6;
}
.BgClassName
{
background-color: #EBF1E6;
}
</style>
border-color css
<style>
span { border-color: #EBF1E6; }
span { border-color: rgb(235,241,230); }
td.TdClassName
{
border-color: #EBF1E6;
}
.TagClassName
{
border-color: #EBF1E6;
}
</style>