Shades of Panache #EBFDDF
Tints of Panache #EBFDDF
RGB
CMYK
RGB Variations
Color information
#EBFDDF (or 0xEBFDDF) is known color: Panache. HEX triplet: EB, FD and DF. RGB value is (235,253,223). Sum of RGB (Red+Green+Blue) = 235+253+223=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFDDF is #140220. Grayscale: #F4F4F4. Windows color (decimal): -1311265 or 14679531. OLE color: 14679531.
HSL color Cylindrical-coordinate representation of color #EBFDDF: hue angle of 96º 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 #EBFDDF is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 253 | 223 | - |
CMYK | 0.07 | 0 | 0.12 | 0.01 |
HSL | 96º | 0.88% | 0.93% | - |
HSV(B) | 96º | 0.12% | 0.99% | - |
XYZ | 82.71 | 93.24 | 83.45 | - |
YUV | 244.2 | 116.04 | 121.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 253 | 223 | 0.07 | 0 | 0.12 | 0.01 | 96 | 0.88 | 0.93 |
Hex | EB | FD | DF | 7 | 0 | C | 1 | 60 | 58 | 5D |
Octal | 353 | 375 | 337 | 7 | 0 | 14 | 1 | 140 | 130 | 135 |
Binary | 11101011 | 11111101 | 11011111 | 111 | 0 | 1100 | 1 | 1100000 | 1011000 | 1011101 |
Color Harmonies of #EBFDDF
Complementary color
Monochromatic Colors of #EBFDDF
Black with #EBFDDF
Text Example
Text Example
White with #EBFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFDDF; }
p { color: rgb(235,253,223); }
H1.HeaderClassName
{
color: #EBFDDF;
}
.AnyTagClassName
{
color: #EBFDDF;
}
</style>
background-color css
<style>
a { background-color: #EBFDDF; }
a { background-color: rgb(235,253,223); }
div.DivClassName
{
background-color: #EBFDDF;
}
.BgClassName
{
background-color: #EBFDDF;
}
</style>
border-color css
<style>
span { border-color: #EBFDDF; }
span { border-color: rgb(235,253,223); }
td.TdClassName
{
border-color: #EBFDDF;
}
.TagClassName
{
border-color: #EBFDDF;
}
</style>