Shades of Panache #E6FBDB
Tints of Panache #E6FBDB
RGB
CMYK
RGB Variations
Color information
#E6FBDB (or 0xE6FBDB) is known color: Panache. HEX triplet: E6, FB and DB. RGB value is (230,251,219). Sum of RGB (Red+Green+Blue) = 230+251+219=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FBDB is #190424. Grayscale: #F1F1F1. Windows color (decimal): -1639461 or 14416870. OLE color: 14416870.
HSL color Cylindrical-coordinate representation of color #E6FBDB: hue angle of 99.38º 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 #E6FBDB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 251 | 219 | - |
CMYK | 0.08 | 0 | 0.13 | 0.02 |
HSL | 99.38º | 0.8% | 0.92% | - |
HSV(B) | 99.38º | 0.13% | 0.98% | - |
XYZ | 79.92 | 90.93 | 80.36 | - |
YUV | 241.07 | 115.54 | 120.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 251 | 219 | 0.08 | 0 | 0.13 | 0.02 | 99.38 | 0.8 | 0.92 |
Hex | E6 | FB | DB | 8 | 0 | D | 2 | 63 | 50 | 5C |
Octal | 346 | 373 | 333 | 10 | 0 | 15 | 2 | 143 | 120 | 134 |
Binary | 11100110 | 11111011 | 11011011 | 1000 | 0 | 1101 | 10 | 1100011 | 1010000 | 1011100 |
Color Harmonies of #E6FBDB
Complementary color
Monochromatic Colors of #E6FBDB
Black with #E6FBDB
Text Example
Text Example
White with #E6FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBDB; }
p { color: rgb(230,251,219); }
H1.HeaderClassName
{
color: #E6FBDB;
}
.AnyTagClassName
{
color: #E6FBDB;
}
</style>
background-color css
<style>
a { background-color: #E6FBDB; }
a { background-color: rgb(230,251,219); }
div.DivClassName
{
background-color: #E6FBDB;
}
.BgClassName
{
background-color: #E6FBDB;
}
</style>
border-color css
<style>
span { border-color: #E6FBDB; }
span { border-color: rgb(230,251,219); }
td.TdClassName
{
border-color: #E6FBDB;
}
.TagClassName
{
border-color: #E6FBDB;
}
</style>