Shades of Panache #EAFDDB
Tints of Panache #EAFDDB
RGB
CMYK
RGB Variations
Color information
#EAFDDB (or 0xEAFDDB) is known color: Panache. HEX triplet: EA, FD and DB. RGB value is (234,253,219). Sum of RGB (Red+Green+Blue) = 234+253+219=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 219 (85.94% from 255 or 31.02% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDDB is #150224. Grayscale: #F3F3F3. Windows color (decimal): -1376805 or 14417386. OLE color: 14417386.
HSL color Cylindrical-coordinate representation of color #EAFDDB: hue angle of 93.53º 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 #EAFDDB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 219 | - |
CMYK | 0.08 | 0 | 0.13 | 0.01 |
HSL | 93.53º | 0.89% | 0.93% | - |
HSV(B) | 93.53º | 0.13% | 0.99% | - |
XYZ | 81.84 | 92.86 | 80.63 | - |
YUV | 243.44 | 114.21 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 219 | 0.08 | 0 | 0.13 | 0.01 | 93.53 | 0.89 | 0.93 |
Hex | EA | FD | DB | 8 | 0 | D | 1 | 5E | 59 | 5D |
Octal | 352 | 375 | 333 | 10 | 0 | 15 | 1 | 136 | 131 | 135 |
Binary | 11101010 | 11111101 | 11011011 | 1000 | 0 | 1101 | 1 | 1011110 | 1011001 | 1011101 |
Color Harmonies of #EAFDDB
Complementary color
Monochromatic Colors of #EAFDDB
Black with #EAFDDB
Text Example
Text Example
White with #EAFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDDB; }
p { color: rgb(234,253,219); }
H1.HeaderClassName
{
color: #EAFDDB;
}
.AnyTagClassName
{
color: #EAFDDB;
}
</style>
background-color css
<style>
a { background-color: #EAFDDB; }
a { background-color: rgb(234,253,219); }
div.DivClassName
{
background-color: #EAFDDB;
}
.BgClassName
{
background-color: #EAFDDB;
}
</style>
border-color css
<style>
span { border-color: #EAFDDB; }
span { border-color: rgb(234,253,219); }
td.TdClassName
{
border-color: #EAFDDB;
}
.TagClassName
{
border-color: #EAFDDB;
}
</style>