#EBFFDF

Color #EBFFDF Panache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Panache #EBFFDF

Tints of Panache #EBFFDF

Color information

#EBFFDF (or 0xEBFFDF) is unknown color: approx Panache. HEX triplet: EB, FF and DF. RGB value is (235,255,223). Sum of RGB (Red+Green+Blue) = 235+255+223=713 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.96% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 223 (87.5% from 255 or 31.28% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFDF is #140020. Grayscale: #F5F5F5. Windows color (decimal): -1310753 or 14680043. OLE color: 14680043.

HSL color Cylindrical-coordinate representation of color #EBFFDF: hue angle of 97.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBFFDF is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB235255223-
CMYK0.0800.130
HSL97.5º100%93.73%-
HSV(B)97.5º12.55%100%-
XYZ83.3494.5183.66-
YUV245.37115.37120.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 32.96%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 223 (87.5% from 255) = 31.28%
R=32.96%
G=35.76%
B=31.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2352552230.0800.13097.510093.73
HexEBFFDF80D062645e
Octal353377337100150142144136
Binary1110101111111111110111111000011010110001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFFDF; }

 p { color: rgb(235,255,223); }

 H1.HeaderClassName
 {
   color: #EBFFDF;
 }
 .AnyTagClassName
 {
   color: #EBFFDF;
 }
</style>
background-color css

<style>
 a { background-color: #EBFFDF; }

 a { background-color: rgb(235,255,223); }

 div.DivClassName
 {
   background-color: #EBFFDF;
 }
 .BgClassName
 {
   background-color: #EBFFDF;
 }
</style>
border-color css

<style>
 span { border-color: #EBFFDF; }

 span { border-color: rgb(235,255,223); }

 td.TdClassName
 {
   border-color: #EBFFDF;
 }
 .TagClassName
 {
   border-color: #EBFFDF;
 }
</style>