Shades of Panache #EAFDDD
Tints of Panache #EAFDDD
RGB
CMYK
RGB Variations
Color information
#EAFDDD (or 0xEAFDDD) is known color: Panache. HEX triplet: EA, FD and DD. RGB value is (234,253,221). Sum of RGB (Red+Green+Blue) = 234+253+221=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDDD is #150222. Grayscale: #F3F3F3. Windows color (decimal): -1376803 or 14548458. OLE color: 14548458.
HSL color Cylindrical-coordinate representation of color #EAFDDD: hue angle of 95.62º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAFDDD is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 221 | - |
CMYK | 0.08 | 0 | 0.13 | 0.01 |
HSL | 95.63º | 0.89% | 0.93% | - |
HSV(B) | 95.63º | 0.13% | 0.99% | - |
XYZ | 82.11 | 92.96 | 82.02 | - |
YUV | 243.67 | 115.21 | 121.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 221 | 0.08 | 0 | 0.13 | 0.01 | 95.63 | 0.89 | 0.93 |
Hex | EA | FD | DD | 8 | 0 | D | 1 | 60 | 59 | 5D |
Octal | 352 | 375 | 335 | 10 | 0 | 15 | 1 | 140 | 131 | 135 |
Binary | 11101010 | 11111101 | 11011101 | 1000 | 0 | 1101 | 1 | 1100000 | 1011001 | 1011101 |
Color Harmonies of #EAFDDD
Complementary color
Monochromatic Colors of #EAFDDD
Black with #EAFDDD
Text Example
Text Example
White with #EAFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDDD; }
p { color: rgb(234,253,221); }
H1.HeaderClassName
{
color: #EAFDDD;
}
.AnyTagClassName
{
color: #EAFDDD;
}
</style>
background-color css
<style>
a { background-color: #EAFDDD; }
a { background-color: rgb(234,253,221); }
div.DivClassName
{
background-color: #EAFDDD;
}
.BgClassName
{
background-color: #EAFDDD;
}
</style>
border-color css
<style>
span { border-color: #EAFDDD; }
span { border-color: rgb(234,253,221); }
td.TdClassName
{
border-color: #EAFDDD;
}
.TagClassName
{
border-color: #EAFDDD;
}
</style>