Shades of Panache #E6FDDF
Tints of Panache #E6FDDF
RGB
CMYK
RGB Variations
Color information
#E6FDDF (or 0xE6FDDF) is known color: Panache. HEX triplet: E6, FD and DF. RGB value is (230,253,223). Sum of RGB (Red+Green+Blue) = 230+253+223=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FDDF is #190220. Grayscale: #F2F2F2. Windows color (decimal): -1638945 or 14679526. OLE color: 14679526.
HSL color Cylindrical-coordinate representation of color #E6FDDF: hue angle of 106º degrees, saturation: 0.88, 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 #E6FDDF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 253 | 223 | - |
CMYK | 0.09 | 0 | 0.12 | 0.01 |
HSL | 106º | 0.88% | 0.93% | - |
HSV(B) | 106º | 0.12% | 0.99% | - |
XYZ | 81.08 | 92.4 | 83.37 | - |
YUV | 242.7 | 116.88 | 118.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 253 | 223 | 0.09 | 0 | 0.12 | 0.01 | 106 | 0.88 | 0.93 |
Hex | E6 | FD | DF | 9 | 0 | C | 1 | 6A | 58 | 5D |
Octal | 346 | 375 | 337 | 11 | 0 | 14 | 1 | 152 | 130 | 135 |
Binary | 11100110 | 11111101 | 11011111 | 1001 | 0 | 1100 | 1 | 1101010 | 1011000 | 1011101 |
Color Harmonies of #E6FDDF
Complementary color
Monochromatic Colors of #E6FDDF
Black with #E6FDDF
Text Example
Text Example
White with #E6FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDDF; }
p { color: rgb(230,253,223); }
H1.HeaderClassName
{
color: #E6FDDF;
}
.AnyTagClassName
{
color: #E6FDDF;
}
</style>
background-color css
<style>
a { background-color: #E6FDDF; }
a { background-color: rgb(230,253,223); }
div.DivClassName
{
background-color: #E6FDDF;
}
.BgClassName
{
background-color: #E6FDDF;
}
</style>
border-color css
<style>
span { border-color: #E6FDDF; }
span { border-color: rgb(230,253,223); }
td.TdClassName
{
border-color: #E6FDDF;
}
.TagClassName
{
border-color: #E6FDDF;
}
</style>