#EBF8DF

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

Shades of Panache #EBF8DF

Tints of Panache #EBF8DF

Color information

#EBF8DF (or 0xEBF8DF) is unknown color: approx Panache. HEX triplet: EB, F8 and DF. RGB value is (235,248,223). Sum of RGB (Red+Green+Blue) = 235+248+223=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8DF is #140720. Grayscale: #F1F1F1. Windows color (decimal): -1312545 or 14678251. OLE color: 14678251.

HSL color Cylindrical-coordinate representation of color #EBF8DF: hue angle of 91.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF8DF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB235248223-
CMYK0.0500.100.03
HSL91.2º64.1%92.35%-
HSV(B)91.2º10.08%97.25%-
XYZ81.1590.1282.93-
YUV241.26117.69123.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.29%
GREEN value IS 248 (97.27% from 255) = 35.13%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=33.29%
G=35.13%
B=31.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352482230.0500.100.0391.264.192.35
HexEBF8DF50A35b405c
Octal35337033750123133100134
Binary1110101111111000110111111010101011101101110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8DF; }

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

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

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

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

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

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

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

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