Shades of Panache #EAFDDF
Tints of Panache #EAFDDF
RGB
CMYK
RGB Variations
Color information
#EAFDDF (or 0xEAFDDF) is known color: Panache. HEX triplet: EA, FD and DF. RGB value is (234,253,223). Sum of RGB (Red+Green+Blue) = 234+253+223=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDDF is #150220. Grayscale: #F3F3F3. Windows color (decimal): -1376801 or 14679530. OLE color: 14679530.
HSL color Cylindrical-coordinate representation of color #EAFDDF: hue angle of 98º 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 #EAFDDF is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 223 | - |
CMYK | 0.08 | 0 | 0.12 | 0.01 |
HSL | 98º | 0.88% | 0.93% | - |
HSV(B) | 98º | 0.12% | 0.99% | - |
XYZ | 82.38 | 93.07 | 83.43 | - |
YUV | 243.9 | 116.21 | 120.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 223 | 0.08 | 0 | 0.12 | 0.01 | 98 | 0.88 | 0.93 |
Hex | EA | FD | DF | 8 | 0 | C | 1 | 62 | 58 | 5D |
Octal | 352 | 375 | 337 | 10 | 0 | 14 | 1 | 142 | 130 | 135 |
Binary | 11101010 | 11111101 | 11011111 | 1000 | 0 | 1100 | 1 | 1100010 | 1011000 | 1011101 |
Color Harmonies of #EAFDDF
Complementary color
Monochromatic Colors of #EAFDDF
Black with #EAFDDF
Text Example
Text Example
White with #EAFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDDF; }
p { color: rgb(234,253,223); }
H1.HeaderClassName
{
color: #EAFDDF;
}
.AnyTagClassName
{
color: #EAFDDF;
}
</style>
background-color css
<style>
a { background-color: #EAFDDF; }
a { background-color: rgb(234,253,223); }
div.DivClassName
{
background-color: #EAFDDF;
}
.BgClassName
{
background-color: #EAFDDF;
}
</style>
border-color css
<style>
span { border-color: #EAFDDF; }
span { border-color: rgb(234,253,223); }
td.TdClassName
{
border-color: #EAFDDF;
}
.TagClassName
{
border-color: #EAFDDF;
}
</style>