Shades of Panache #E5FBDB
Tints of Panache #E5FBDB
RGB
CMYK
RGB Variations
Color information
#E5FBDB (or 0xE5FBDB) is known color: Panache. HEX triplet: E5, FB and DB. RGB value is (229,251,219). Sum of RGB (Red+Green+Blue) = 229+251+219=699 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.76% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 219 (85.94% from 255 or 31.33% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #E5FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FBDB is #1A0424. Grayscale: #F0F0F0. Windows color (decimal): -1704997 or 14416869. OLE color: 14416869.
HSL color Cylindrical-coordinate representation of color #E5FBDB: hue angle of 101.25º 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 #E5FBDB is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 229 | 251 | 219 | - |
CMYK | 0.09 | 0 | 0.13 | 0.02 |
HSL | 101.25º | 0.8% | 0.92% | - |
HSV(B) | 101.25º | 0.13% | 0.98% | - |
XYZ | 79.6 | 90.77 | 80.34 | - |
YUV | 240.77 | 115.71 | 119.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 251 | 219 | 0.09 | 0 | 0.13 | 0.02 | 101.25 | 0.8 | 0.92 |
Hex | E5 | FB | DB | 9 | 0 | D | 2 | 65 | 50 | 5C |
Octal | 345 | 373 | 333 | 11 | 0 | 15 | 2 | 145 | 120 | 134 |
Binary | 11100101 | 11111011 | 11011011 | 1001 | 0 | 1101 | 10 | 1100101 | 1010000 | 1011100 |
Color Harmonies of #E5FBDB
Complementary color
Monochromatic Colors of #E5FBDB
Black with #E5FBDB
Text Example
Text Example
White with #E5FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FBDB; }
p { color: rgb(229,251,219); }
H1.HeaderClassName
{
color: #E5FBDB;
}
.AnyTagClassName
{
color: #E5FBDB;
}
</style>
background-color css
<style>
a { background-color: #E5FBDB; }
a { background-color: rgb(229,251,219); }
div.DivClassName
{
background-color: #E5FBDB;
}
.BgClassName
{
background-color: #E5FBDB;
}
</style>
border-color css
<style>
span { border-color: #E5FBDB; }
span { border-color: rgb(229,251,219); }
td.TdClassName
{
border-color: #E5FBDB;
}
.TagClassName
{
border-color: #E5FBDB;
}
</style>