Shades of Panache #EBFBDB
Tints of Panache #EBFBDB
RGB
CMYK
RGB Variations
Color information
#EBFBDB (or 0xEBFBDB) is known color: Panache. HEX triplet: EB, FB and DB. RGB value is (235,251,219). Sum of RGB (Red+Green+Blue) = 235+251+219=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 219 (85.94% from 255 or 31.06% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFBDB is #140424. Grayscale: #F2F2F2. Windows color (decimal): -1311781 or 14416875. OLE color: 14416875.
HSL color Cylindrical-coordinate representation of color #EBFBDB: hue angle of 90º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBFBDB is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 235 | 251 | 219 | - |
CMYK | 0.06 | 0 | 0.13 | 0.02 |
HSL | 90º | 0.8% | 0.92% | - |
HSV(B) | 90º | 0.13% | 0.98% | - |
XYZ | 81.54 | 91.77 | 80.43 | - |
YUV | 242.57 | 114.7 | 122.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 251 | 219 | 0.06 | 0 | 0.13 | 0.02 | 90 | 0.8 | 0.92 |
Hex | EB | FB | DB | 6 | 0 | D | 2 | 5A | 50 | 5C |
Octal | 353 | 373 | 333 | 6 | 0 | 15 | 2 | 132 | 120 | 134 |
Binary | 11101011 | 11111011 | 11011011 | 110 | 0 | 1101 | 10 | 1011010 | 1010000 | 1011100 |
Color Harmonies of #EBFBDB
Complementary color
Monochromatic Colors of #EBFBDB
Black with #EBFBDB
Text Example
Text Example
White with #EBFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFBDB; }
p { color: rgb(235,251,219); }
H1.HeaderClassName
{
color: #EBFBDB;
}
.AnyTagClassName
{
color: #EBFBDB;
}
</style>
background-color css
<style>
a { background-color: #EBFBDB; }
a { background-color: rgb(235,251,219); }
div.DivClassName
{
background-color: #EBFBDB;
}
.BgClassName
{
background-color: #EBFBDB;
}
</style>
border-color css
<style>
span { border-color: #EBFBDB; }
span { border-color: rgb(235,251,219); }
td.TdClassName
{
border-color: #EBFBDB;
}
.TagClassName
{
border-color: #EBFBDB;
}
</style>