#EBF8DE

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

Shades of Panache #EBF8DE

Tints of Panache #EBF8DE

Color information

#EBF8DE (or 0xEBF8DE) is unknown color: approx Panache. HEX triplet: EB, F8 and DE. RGB value is (235,248,222). Sum of RGB (Red+Green+Blue) = 235+248+222=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8DE is #140721. Grayscale: #F1F1F1. Windows color (decimal): -1312546 or 14612715. OLE color: 14612715.

HSL color Cylindrical-coordinate representation of color #EBF8DE: hue angle of 90º degrees, saturation: 0.65, 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 #EBF8DE is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB235248222-
CMYK0.0500.100.03
HSL90º65%92.16%-
HSV(B)90º10.48%97.25%-
XYZ81.0190.0782.22-
YUV241.15117.19123.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 222 (87.11% from 255) = 31.49%
R=33.33%
G=35.18%
B=31.49%

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
Decimal2352482220.0500.100.03906592.16
HexEBF8DE50A35a415c
Octal35337033650123132101134
Binary1110101111111000110111101010101011101101010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF8DE; }

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

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

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

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

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

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

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

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