#EFFFE7

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

Shades of Panache #EFFFE7

Tints of Panache #EFFFE7

Color information

#EFFFE7 (or 0xEFFFE7) is unknown color: approx Panache. HEX triplet: EF, FF and E7. RGB value is (239,255,231). Sum of RGB (Red+Green+Blue) = 239+255+231=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 231 (90.62% from 255 or 31.86% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFFE7 is #100018. Grayscale: #F7F7F7. Windows color (decimal): -1048601 or 15204335. OLE color: 15204335.

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

Color convert

RGB239255231-
CMYK0.0600.090
HSL100º100%95.29%-
HSV(B)100º9.41%100%-
XYZ85.7895.6489.54-
YUV247.48118.7121.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.97%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 231 (90.62% from 255) = 31.86%
R=32.97%
G=35.17%
B=31.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392552310.0600.09010010095.29
HexEFFFE7609064645f
Octal35737734760110144144137
Binary111011111111111111100111110010010110010011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFE7; }

 p { color: rgb(239,255,231); }

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

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

 a { background-color: rgb(239,255,231); }

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

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

 span { border-color: rgb(239,255,231); }

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