Shades of Panache #E6FDDE
Tints of Panache #E6FDDE
RGB
CMYK
RGB Variations
Color information
#E6FDDE (or 0xE6FDDE) is known color: Panache. HEX triplet: E6, FD and DE. RGB value is (230,253,222). Sum of RGB (Red+Green+Blue) = 230+253+222=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDDE is #190221. Grayscale: #F2F2F2. Windows color (decimal): -1638946 or 14613990. OLE color: 14613990.
HSL color Cylindrical-coordinate representation of color #E6FDDE: hue angle of 104.52º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6FDDE is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 222 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.01 |
| HSL | 104.52º | 0.89% | 0.93% | - |
| HSV(B) | 104.52º | 0.12% | 0.99% | - |
| XYZ | 80.94 | 92.35 | 82.67 | - |
| YUV | 242.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 222 | 0.09 | 0 | 0.12 | 0.01 | 104.52 | 0.89 | 0.93 |
| Hex | E6 | FD | DE | 9 | 0 | C | 1 | 69 | 59 | 5D |
| Octal | 346 | 375 | 336 | 11 | 0 | 14 | 1 | 151 | 131 | 135 |
| Binary | 11100110 | 11111101 | 11011110 | 1001 | 0 | 1100 | 1 | 1101001 | 1011001 | 1011101 |
Color Harmonies of #E6FDDE
Complementary color
Monochromatic Colors of #E6FDDE
Black with #E6FDDE
Text Example
Text Example
White with #E6FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDDE; }
p { color: rgb(230,253,222); }
H1.HeaderClassName
{
color: #E6FDDE;
}
.AnyTagClassName
{
color: #E6FDDE;
}
</style>
background-color css
<style>
a { background-color: #E6FDDE; }
a { background-color: rgb(230,253,222); }
div.DivClassName
{
background-color: #E6FDDE;
}
.BgClassName
{
background-color: #E6FDDE;
}
</style>
border-color css
<style>
span { border-color: #E6FDDE; }
span { border-color: rgb(230,253,222); }
td.TdClassName
{
border-color: #E6FDDE;
}
.TagClassName
{
border-color: #E6FDDE;
}
</style>