Shades of Panache #EBF2E6
Tints of Panache #EBF2E6
RGB
CMYK
RGB Variations
Color information
#EBF2E6 (or 0xEBF2E6) is known color: Panache. HEX triplet: EB, F2 and E6. RGB value is (235,242,230). Sum of RGB (Red+Green+Blue) = 235+242+230=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2E6 is #140D19. Grayscale: #EEEEEE. Windows color (decimal): -1314074 or 15135467. OLE color: 15135467.
HSL color Cylindrical-coordinate representation of color #EBF2E6: hue angle of 95º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF2E6 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 230 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.05 |
| HSL | 95º | 0.32% | 0.93% | - |
| HSV(B) | 95º | 0.05% | 0.95% | - |
| XYZ | 80.3 | 86.88 | 87.4 | - |
| YUV | 238.54 | 123.18 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 230 | 0.03 | 0 | 0.05 | 0.05 | 95 | 0.32 | 0.93 |
| Hex | EB | F2 | E6 | 3 | 0 | 5 | 5 | 5F | 20 | 5D |
| Octal | 353 | 362 | 346 | 3 | 0 | 5 | 5 | 137 | 40 | 135 |
| Binary | 11101011 | 11110010 | 11100110 | 11 | 0 | 101 | 101 | 1011111 | 100000 | 1011101 |
Color Harmonies of #EBF2E6
Complementary color
Monochromatic Colors of #EBF2E6
Black with #EBF2E6
Text Example
Text Example
White with #EBF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2E6; }
p { color: rgb(235,242,230); }
H1.HeaderClassName
{
color: #EBF2E6;
}
.AnyTagClassName
{
color: #EBF2E6;
}
</style>
background-color css
<style>
a { background-color: #EBF2E6; }
a { background-color: rgb(235,242,230); }
div.DivClassName
{
background-color: #EBF2E6;
}
.BgClassName
{
background-color: #EBF2E6;
}
</style>
border-color css
<style>
span { border-color: #EBF2E6; }
span { border-color: rgb(235,242,230); }
td.TdClassName
{
border-color: #EBF2E6;
}
.TagClassName
{
border-color: #EBF2E6;
}
</style>