Shades of Panache #E6FDDA
Tints of Panache #E6FDDA
RGB
CMYK
RGB Variations
Color information
#E6FDDA (or 0xE6FDDA) is known color: Panache. HEX triplet: E6, FD and DA. RGB value is (230,253,218). Sum of RGB (Red+Green+Blue) = 230+253+218=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDDA is #190225. Grayscale: #F2F2F2. Windows color (decimal): -1638950 or 14351846. OLE color: 14351846.
HSL color Cylindrical-coordinate representation of color #E6FDDA: hue angle of 99.43º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E6FDDA is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 218 | - |
CMYK | 0.09 | 0 | 0.14 | 0.01 |
HSL | 99.43º | 0.9% | 0.92% | - |
HSV(B) | 99.43º | 0.14% | 0.99% | - |
XYZ | 80.41 | 92.14 | 79.88 | - |
YUV | 242.13 | 114.38 | 119.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 218 | 0.09 | 0 | 0.14 | 0.01 | 99.43 | 0.9 | 0.92 |
Hex | E6 | FD | DA | 9 | 0 | E | 1 | 63 | 5A | 5C |
Octal | 346 | 375 | 332 | 11 | 0 | 16 | 1 | 143 | 132 | 134 |
Binary | 11100110 | 11111101 | 11011010 | 1001 | 0 | 1110 | 1 | 1100011 | 1011010 | 1011100 |
Color Harmonies of #E6FDDA
Complementary color
Monochromatic Colors of #E6FDDA
Black with #E6FDDA
Text Example
Text Example
White with #E6FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDDA; }
p { color: rgb(230,253,218); }
H1.HeaderClassName
{
color: #E6FDDA;
}
.AnyTagClassName
{
color: #E6FDDA;
}
</style>
background-color css
<style>
a { background-color: #E6FDDA; }
a { background-color: rgb(230,253,218); }
div.DivClassName
{
background-color: #E6FDDA;
}
.BgClassName
{
background-color: #E6FDDA;
}
</style>
border-color css
<style>
span { border-color: #E6FDDA; }
span { border-color: rgb(230,253,218); }
td.TdClassName
{
border-color: #E6FDDA;
}
.TagClassName
{
border-color: #E6FDDA;
}
</style>